90DaysOfDevOps/Days/day70.md

7 lines
284 B
Markdown
Raw Normal View History

2022-03-10 22:05:08 +07:00
## The Big Picture: CI/CD Pipelines
A CI/CD (Continous Integration/Continous Deployment) Pipeline implementation is the backbone of the modern DevOps environment.
It bridges the gap between development and operations by automating the build, test and deployment of applications.