How To Deploy Your Application To Azure Using GitHub Actions | CI/CD Pipeline

How To Deploy Your Application To Azure Using GitHub Actions | CI/CD Pipeline

Milan Jovanović

1 год назад

53,348 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

matthewrossee
matthewrossee - 07.11.2023 00:09

Is there an options to exclude test projects from publishing to Azure? I tried: dotnet publish <api_project_dir>, <IsPublishable> and <DeployOnBuild> set to false in test project's .csproj and nothing works, I can see through ssh that the test project is inside site/wwwroot together with api project and sln file.

Ответить
Chris Dev
Chris Dev - 05.11.2023 16:46

Hi Milan, great video. I am building on the solution to include github secrets to create secure app accessible environment variables for my firebase config and more. Struggling to get the variables to flow through - have you done anything similar?

Ответить
matthewrossee
matthewrossee - 04.11.2023 12:10

What do you prefer? Publishing as "code" or a docker container? I'm sure it's easier to develop locally using docker, but does it make a difference when deploying to azure?

Ответить
Valentin Berea
Valentin Berea - 28.10.2023 01:27

Thanks for this Video. I subscribed and liked your video. Do you have one for running tests and seeing the coverage as you mentioned in this video?

Ответить
Daniel Aranda Martin
Daniel Aranda Martin - 18.10.2023 04:39

It was very very good video. Thank you Milan !

Ответить
ttonyd
ttonyd - 11.10.2023 10:51

Thanks alot !!!

Ответить
Muhammed Ali Khan
Muhammed Ali Khan - 14.09.2023 02:13

Milan, amazing work. Can you let me know if you are planning to have that video where you cover the unit tests and coverage bits as well using github actions. Again, amazing work.

Ответить
Alireza Farajzadeh
Alireza Farajzadeh - 13.09.2023 05:54

Awesome same as always 👍

Ответить
oSantini
oSantini - 04.09.2023 17:07

thank you, save me

Ответить
Sam ColSerra
Sam ColSerra - 30.08.2023 11:34

Thanks, your config worked

Ответить
İrfan Arslan
İrfan Arslan - 10.08.2023 14:32

Hello Milan, i need a little help about deployment.
I have a dotnet web api project which I use docker compose for deploymet. In compose file i defined my app and sql server db as containers. I wanna deploy this project on Azure via github actions. How workflow file should be defined ? Thanks

Ответить
Kasun Jalitha
Kasun Jalitha - 19.07.2023 05:07

Awesome comprehensive video. Thanks for the information. 👏👏👏

Ответить
Djaalab Ahmed
Djaalab Ahmed - 10.07.2023 22:40

Great 👍👍

Ответить
Umasankar Sivasubramanian
Umasankar Sivasubramanian - 30.05.2023 00:46

How to become a patreon member?

Ответить
Cristiano Dias
Cristiano Dias - 26.05.2023 00:29

A video about testing + code coverage report configuration in CI/CD pipeline would be delightful!

Ответить
Jhon nidarshan
Jhon nidarshan - 11.05.2023 09:17

nice one

Ответить
Diego V
Diego V - 13.04.2023 10:27

Something were wrong with me, the azure function is deleting itself after the action is complete:(

Ответить
zach edo
zach edo - 12.04.2023 11:10

the best explanation about CI/CD Pipeline using GitHub Actions! Thanks Milan 🙂

Ответить
Matthew with VPS Hosting
Matthew with VPS Hosting - 09.04.2023 04:42

Monitor the deployment in the Azure Portal to ensure that it was successful. If there are any issues, review the logs and make any necessary changes to your workflow.

Ответить
Quince Ngomane
Quince Ngomane - 13.02.2023 21:06

Hi @Milan Jovanović

I would to ask if it is possible deploying multiple Service that are within one Solution. Do we use the same method that you have used here?

Ответить