Continuous Delivery (CD)¶
Continuous delivery refers to the software development practice where the code changes are automatically built, tested, and prepared for release, so that the software can be deployed to production at any time with minimal manual effort.
See also Continuous Integration and Continuous Delivery and Using Laminas Continuous Delivery and Deployment.
Related : Pipeline, Release, Revision, Continuous Integration (CI), Poisoned Pipeline Execution (PPE), Task Runner