diff --git a/content/guides.json b/content/guides.json index bd0b65fef..d1661f98b 100644 --- a/content/guides.json +++ b/content/guides.json @@ -9,6 +9,16 @@ "updatedAt": "2020-07-16T19:59:14.191Z", "createdAt": "2020-07-16T19:59:14.191Z" }, + { + "title": "CI and CD", + "description": "Learn the basics of CI/CD and how to implement that with GitHub Actions.", + "url": "/guides/ci-cd", + "fileName": "ci-cd", + "featured": true, + "author": "kamranahmedse", + "updatedAt": "2020-07-09T19:59:14.191Z", + "createdAt": "2020-07-09T19:59:14.191Z" + }, { "title": "SSO — Single Sign On", "description": "Learn the basics of SAML and understand how does Single Sign On work.", diff --git a/content/guides/ci-cd.md b/content/guides/ci-cd.md new file mode 100644 index 000000000..e6ed9fa2c --- /dev/null +++ b/content/guides/ci-cd.md @@ -0,0 +1,5 @@ +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). + +[![](/guides/ci-cd.png)](/guides/ci-cd.png) + +Here is the [original tweet](https://twitter.com/kamranahmedse/status/1282806173939511298) where this image was posted. diff --git a/public/guides/ci-cd.png b/public/guides/ci-cd.png new file mode 100644 index 000000000..ded525fae Binary files /dev/null and b/public/guides/ci-cd.png differ