Continuous deployment

Automated deployment to production which is dependent on results from testing and building. Every time a build and all the tests occur with no errors or failed tests, code is deployed automatically.

Related

Implement continuous deployment

Automated deployment has become much more common, but automated deployment without human involvement is the next step. This is full deployment across isolation zones, with appropriate waiting and business key performance indicators (KPIs), and monitoring while deploying to trigger automated rollback upon decrease in KPIs.

Implementation steps