Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
711 B

---
title: 'What is CI and CD?'
description: 'Learn the basics of CI/CD and how to implement that with GitHub Actions.'
authorId: 'kamran'
seo:
title: 'What is CI and CD? - roadmap.sh'
description: 'Learn the basics of CI/CD and how to implement that with GitHub Actions.'
isNew: false
type: 'visual'
date: 2021-07-09
sitemap:
priority: 0.7
changefreq: 'weekly'
tags:
- 'guide'
- 'visual-guide'
- 'guide-sitemap'
---
The image below details the differences between the continuous integration and continuous delivery. Also, here is the [accompanying video on implementing that with GitHub actions](https://www.youtube.com/watch?v=nyKZTKQS_EQ).
[![CI vs CD](/guides/ci-cd.png)](/guides/ci-cd.png)