CI/CD
also known as: continuous integration · continuous deployment
CI/CD — Automated pipelines that run your tests and deploy your code whenever you push changes.
CI/CD is why pushing to main can automatically run the tests, build the project, and ship it — no manual steps. When it breaks, deploys stop working until it's fixed.
"The CI is failing." "Set up a CD pipeline."