Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What’s the difference between Continuous Delivery and Continuous Deployment?
Home
DevOps
What’s the difference between Continuous Delivery and Continuous Deployment?
0
votes
asked
Aug 28, 2021
in
DevOps
by
sharadyadav1986
What’s the difference between Continuous Delivery and Continuous Deployment?
continuous-delivery
continuous-deployment
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 28, 2021
by
sharadyadav1986
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.
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.
...