July 2017
Intermediate to advanced
374 pages
8h
English
Continuous delivery and continuous deployment are similar in terms of the stages they have to build, tests, and the software release cycles they have to deploy, but they are slightly different in terms of the process, which you can understand from the following diagram:

In continuous deployment, production-ready code is directly deployed to the production environment once it passes all the testing checks, which makes the software release frequent. But in the case of continuous delivery, the production-ready application code is not deployed unless manually triggered or approved by the concerned ...
Read now
Unlock full access