diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 000000000..ee5230ef8 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/content/roadmaps/101-backend/content/113-ci-cd.md b/content/roadmaps/101-backend/content/113-ci-cd.md index edee7d737..5248a5956 100644 --- a/content/roadmaps/101-backend/content/113-ci-cd.md +++ b/content/roadmaps/101-backend/content/113-ci-cd.md @@ -1 +1,7 @@ -# Ci cd \ No newline at end of file +# CI/CD + +CI/CD (Continuous Integration/Continuous Deployment) is the practice of automating building, testing, and deployment of applications with the main goal of detecting issues early, and provide quicker releases to the production environment. + +Free Content +DevOps CI/CD Explained in 100 Seconds by Fireship +Automate your Workflows with GitHub Actions