Section 3 :SDLC Automation
Continuous Delivery vs. Continuous Deployment
Continuous Delivery
Ability to reploy often using automation
May involve a manual step to "approve" a deployment
The deployment itself is still atuomated and repeatable
Continuous Deployment
Full automation, every code change is deployed all the the way to production
No manual intervention of approvals
Last updated
Was this helpful?