From c145ec38c54d51f57d0d418bd268ee80e44b4822 Mon Sep 17 00:00:00 2001 From: Haseeb Ansari <47222685+haseeb-xd@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:52:18 +0500 Subject: [PATCH] CI CD readme documentation added (#2257) * CI CD readme documentation added * Update content/roadmaps/102-devops/content/106-ci-cd/readme.md Co-authored-by: haseebansari Co-authored-by: Kamran Ahmed --- content/roadmaps/102-devops/content/106-ci-cd/readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/106-ci-cd/readme.md b/content/roadmaps/102-devops/content/106-ci-cd/readme.md index edee7d737..e62d81201 100644 --- a/content/roadmaps/102-devops/content/106-ci-cd/readme.md +++ b/content/roadmaps/102-devops/content/106-ci-cd/readme.md @@ -1 +1,8 @@ -# Ci cd \ No newline at end of file +# CI/CD + +CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. The main concepts attributed to CI/CD are continuous integration, continuous delivery, and continuous deployment. CI/CD is a solution to the problems integrating new code can cause for development and operations teams. + +Specifically, CI/CD introduces ongoing automation and continuous monitoring throughout the lifecycle of apps, from integration and testing phases to delivery and deployment. Taken together, these connected practices are often referred to as a "CI/CD pipeline" and are supported by development and operations teams working together in an agile way with either a DevOps or site reliability engineering (SRE) approach. + +CI vs CD +What is CI/CD?