0 votes
in DevOps by
What’s the difference between Continuous Delivery and Continuous Deployment?

1 Answer

0 votes
by
  1. Continuous Delivery: It is a process in which continuous integration, automated testing, and automated deployment capabilities develop, build, test, and release high-quality software rapidly and reliably with minimal manual overhead.
  2. Continuous Deployment: It is a process in which qualified changes in the architecture or software code are deployed automatically to production as soon as they are ready and without human intervention.

Related questions

+1 vote
asked Aug 8, 2020 in DevOps by sharadyadav1986
+1 vote
asked Aug 8, 2020 in DevOps by sharadyadav1986
...