What is Continuous Deployment

Continuous deployment goes one step further than CD. With this practice, every change that passes all stages of your production pipeline is released to your customers.

There is no human intervention, and only a failed test will prevent a new change to be deployed to production. This is CD into production plus any other configuration changes like setup for A/B testing, notification to users of new features, notifying support of new version and change notes, etc.