Jez Humble posted a blog entry with the same title in 2010, but if you haven’t read the entry, or just want a quick explanation, here’s the short version:
A continuous delivery pipeline automatically tests the application, but keeps the deployment decision as a manual step. A continuous deployment pipeline, on the other hand, will automatically deploy this working version. There is no “right” way. Different organizations have different needs. Use the one that delivers the most value to your customers!
Get in touch via my homepage if you have questions or comments!
Great pic & summary, thanks! This is a frequent point of confusion.
Thanks!
Good summery! A rule of thumb in CD is that every commit should be a release candidate but the release should be a political decision and done manually.
If anyone has more interest in CD there will be a full day continuous delivery seminar in Stockholm on Dec. 5th. The seminar will be held at the Royal Danish Embassy and done by Praqma, Danish Continuous Delivery experts and will give a comprehensive introduction to the vocabulary and concepts of continuous delivery and show how continuous delivery can bring value to businesses.
Check https://cdsthlm.eventbrite.com for more information.
Very nice diagram to show the difference between continuous Delivery and Deployment.
Good article for short and handy.
I would like to refer this article too for detail analysis.
http://www.scmtechblog.net/2014/02/continuous-delivery-and-deployment.html
Great post and picture. We found it so useful that we included it in our : https://codeship.com/continuous-integration-essentials
Diagram says it all, very useful in understanding very subtle difference between the two.