Building a CI/CD pipeline for my Jekyll website
Published:
The website you’re on right now is not managed by a content management system. All content is written in Markdown. Before executing the steps in this blog post I had to change the Markdown files locally, upload them to this server and execute a jekyll build
to deploy the website. These manual steps that can easily be automated. In this blog post I will explain how i used git to build following continuous integration and deployment (CI/CD) pipeline for my Jekyll site: