December 2017
Beginner
372 pages
10h 32m
English
The main advantage of having GitHub integrated with our deployment process is the automatic deployment that happens on Azure. So, let's suppose we make a change in our code, probably to fix a bug, and then we run it on the local machine. Once we confirm that our application is working as expected, we check in our code as well as the updated dist folder to our GitHub repository.
Azure has a Webhook attached to our GitHub repository which allows Azure to keep track of any changes that happen. As soon as any new changes are reflected on GitHub, Azure triggers a sync process that allows it to pull the latest code from GitHub and redeploy the code on the web server.
This way, we can have our changes automatically ...
Read now
Unlock full access