---
title: "CI/CD"
url: "https://www.pulumi.com/dev/glossary/ci-cd/"
image: "https://www.pulumi.com/assets/og/dev/glossary/ci-cd.png"
---

# CI/CD

The combination of Continuous Integration and either Continuous Deployment or
Continuous Delivery. Broadly, this is the term for a set of tools and behaviors
that allow you to automate everything that occurs between committing code and
either delivering or deploying your application, including building, testing,
vulnerability scanning, and promotion from development to production.
