Continuous Integration / Continuous Deployment

CI/CD

noun phrase (acronym) /ˌsiː.aɪ.siːˌdiː/

A practice where code changes are automatically tested (CI) and deployed to production (CD) after passing all checks, reducing manual effort and human error.

"Our CI/CD pipeline runs unit tests, integration tests, and a security scan on every pull request before merging."