From e0e730f298dadc6be8862e081e599dfcd7703174 Mon Sep 17 00:00:00 2001 From: Sameer Kumar Date: Tue, 11 Oct 2022 21:20:22 +0530 Subject: [PATCH] [content] Added content to CICD section. (#2408) * [content] Added content to CICD section. * Update content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md Co-authored-by: Kamran Ahmed --- .../content/115-operations-knowledge/105-ci-cd.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md b/content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md index edee7d737..aa7e3657a 100644 --- a/content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md +++ b/content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md @@ -1 +1,7 @@ -# 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 (AKA "integration hell"). + +Free Content +What is CI/CD? +What is CI/CD? Continuous integration and continuous delivery explained