CI/CD

What is Continuous Delivery?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

A development strategy used to frequently deliver code to QA and Ops for testing. This entails having a staging area that has production like features where changes can only be accepted for production after a manual review. Because of this human entanglement there is usually a time lag between release and review making it slower and error prone as compared to continuous deployment.

For more info please read here