November 2018
Intermediate to advanced
404 pages
10h 16m
English
The workflow for continuous delivery/continuous deployment to the cloud is illustrated in the following diagram:

When you have committed new changes in your local git repository, you use git push to push all committed changes to the remote repository on GitHub. GitHub provides the webhook API function so that a git push will notify external server, your Jerkins (or alternatives such as Bitrise, CircleCI, or BuddyBuild) continuous-integration (CI) server. This notification triggers all unit tests to run. If all test cases pass, you'll receive a notification in the case of Continuous Delivery, or a script will ...
Read now
Unlock full access