Brainteaser: DevOps Posted on September 24, 2011 by Alexander Zagniotov What is the difference between continuous deployment and continuous delivery? Please describe in one-two lines
How is that: Continuous Deployment - - Ability to deploy user stories to production once they are ready Continuous Delivery – - Ability to automatically to do a deployment to production when asked (or not) to do so. Greg
How is that:
Continuous Deployment -
- Ability to deploy user stories to production once they are ready
Continuous Delivery –
- Ability to automatically to do a deployment to production when asked (or not) to do so.
Greg
Hi Greg,
Yeah, that sounds right