Promptles
DevOps & Deployment

CI/CD (Continuous Integration / Continuous Delivery)

beginner

Definition

An automatic assembly line for software. Every time someone saves a change, the system runs the tests, packages the new version, and (if everything looks good) puts it in front of users: all without anyone clicking a deploy button. It catches mistakes early and lets teams ship updates many times a day instead of once a month.

In the wild

A small team makes 30 small changes to their website over a day. Each change automatically runs through tests; the ones that pass go live within minutes. Nobody had to stay late on Friday to push a release.

More from DevOps & Deployment