Question - What is difference between Continuous Deployment and Continuous Delivery?
Answer -
Continuous Deployment and Continuous Delivery are two different processes.
- Continuous Deployment - refers a system that allows deployment of every new changes that comes in source code from a developer.
- Continuous Delivery - refers the automation of entire software release process.