CD — Meaning and details

CD meaning

Continuous Delivery

What is CD?

Continuous Delivery (CD) is a software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon Continuous Integration by deploying all code changes to a testing environment and/or a production environment after the build stage. This means that on top of automated testing, there is an automated release process, which allows developers to release new changes to customers quickly and sustainably.