This page is part of my personal knowledge database, that helps me to store and navigate my learnings.
Read on here for details

Continuous Deployment

Continuous Deployment - aka CD - is Continuous Delivery on steroids, in that it automates the triggering of the release of the builds that were created in Continuous Integration to all environments, including production. Without any human interference.

That makes Continuous Deployment also a Continuous Release with the asterisk that deployment (rolling out) != release (making available). But why have CR when you can have CD twice?

The automatically executed Automated Release connects both ends of the design => develop => test => deploy cycle of each iteration with a Feedback Loop.

Continuous Deployment.svg

Sources