What is the difference between continuous delivery and continuous deployment?
Answer Posted / Kaushal Pratap Singh
Continuous Delivery (CD) is a software development practice where code changes are automatically built, tested, and prepared for release to production. Continuous Deployment (CD) takes this a step further by automatically deploying all tested changes to production.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers