jenkins logo

Automating deployment for new blog posts with CI/CD pipeline.

In my first post mentioned that i have ideas for improvements of my blog infrastructure. I figured it’s time to introduce them. This will be a write-up of how i automated the process of updating this blog by hosting it as an image in docker hub and using Jenkins CI/CD tool. Setting up jenkins container and nodes First things first, we need jenkins instance running somewhere. I chose to run it on my server in a docker container....