All glossary terms
Optimize

Deployment pipeline

The automated path a code change travels from commit to production — build, test, security scan, and progressive deployment stages, each a gate that must pass before the next. A well-designed deployment pipeline makes releasing a non-event: every change takes the same audited route, so deploying ten times a day is as safe as deploying once a month.