Process Flow - What is Continuous Delivery vs Continuous Deployment
Code Commit
Automated Build & Test
Continuous Delivery?
No→Stop: Manual Approval Needed
Yes
Deploy to Staging
Continuous Deployment?
No→Wait for Manual Deploy
Yes
Deploy to Production
Monitor & Feedback
Shows the flow from code commit through build and test, then either stopping for manual approval (Continuous Delivery) or automatically deploying to production (Continuous Deployment).