CI/CD: Delivery vs Deployment
Continuous Delivery means code is always in a deployable state, but deployment to production is a manual trigger. Continuous Deployment means every change that passes the automated tests is automatically deployed to production.