+1 vote
in Continuous Deployment by
What is continuous deployment?

1 Answer

0 votes
by

Continuous deployment takes continuous delivery to the next level by having new changes in code integrated and delivered automatically into the release branch. More specifically, as soon as the updates passed all stages of the production pipeline, they are deployed directly to the end user without human intervention. Thus, to successfully utilize continuous deployment, the software artifacts must go through rigorously established automated tests and tools before deployed into the production environment.

Related questions

+1 vote
asked Jun 26, 2019 in Continuous Deployment by SakshiSharma
+1 vote
asked Jun 26, 2019 in Continuous Deployment by SakshiSharma
...