Software Engineering KB

Home

❯

06 Development Process

❯

02 CI CD

❯

00 Category

❯

Continuous Delivery and Deployment

Continuous Delivery and Deployment

Feb 10, 20261 min read

  • cicd
  • cd

Continuous Delivery and Deployment

Back: CI-CD

Continuous Delivery keeps software always releasable with manual deploy triggers. Continuous Deployment goes further by automatically deploying every green build. Both extend CI to the release process.

Concepts

  • Continuous Delivery
  • Continuous Deployment
  • Deployment Pipeline
  • Environments

cicd cd


Graph View

  • Continuous Delivery and Deployment
  • Concepts

Backlinks

  • CI-CD

Created with Quartz v4.5.2 © 2026

  • GitHub