CI/CD
title: "CI / CD" seoTitle: "CI / CD | Appendix" @description: "What is Continuous Integration / Continuous Deployment?" metaKeywords: "CI, CD, Continuous Integration, Continuous Deployment" author: "Scott Wyatt" date: "2022-01-05" lastmod: "2022-02-02" published: true category: "term" parent_category: "home" img: "/images/no_img.png" tags: - term
Continuous Integration / Continuous Deployment, or CI/CD, is the process of testing a software integration and deploying the software for use. This is often referred to as a CI/CD pipeline and enhances code velocity.
A CI/CD pipeline is critical to working with large systems and systems integration, especially complex microservice architectures.