diff --git a/content/roadmaps/113-qa/content/110-qa-ci-cd/readme.md b/content/roadmaps/113-qa/content/110-qa-ci-cd/readme.md index 193f641dd..8a888972a 100644 --- a/content/roadmaps/113-qa/content/110-qa-ci-cd/readme.md +++ b/content/roadmaps/113-qa/content/110-qa-ci-cd/readme.md @@ -1 +1,10 @@ -# Qa ci cd \ No newline at end of file +# CI / CD + +Continuous Integration is a software development method where team members integrate their work at least once daily. An automated build checks every integration to detect errors in this method. In Continuous Integration, the software is built and tested immediately after a code commit. In a large project with many developers, commits are made many times during the day. With each commit, code is built and tested. + +Continuous Delivery is a software engineering method in which a team develops software products in a short cycle. It ensures that software can be easily released at any time. The main aim of continuous delivery is to build, test, and release software with good speed and frequency. It helps reduce the cost, time, and risk of delivering changes by allowing for frequent updates in production. + +Free Content +What is CI/CD? Continuous Integration and Continuous Delivery +Continuous Integration vs Delivery vs Deployment +CI/CD Pipeline: Learn with Example \ No newline at end of file