Indicators for continuous-delivery
Ensure that your code base remains in a releasable state at all times and deploy more often and with more confidence using automated pipelines.
Indicators
- [DL.CD.1] Deploy changes to production frequently
- [DL.CD.2] Deploy exclusively from trusted artifact repositories
- [DL.CD.3] Integrate quality assurance into deployments
- [DL.CD.4] Automate the entire deployment process
- [DL.CD.5] Ensure on-demand deployment capabilities
- [DL.CD.6] Refine delivery pipelines using metrics for continuous improvement
- [DL.CD.7] Remove manual approvals to practice continuous deployment