Deploying Docker Containers from GitLab to Heroku

Mar 26, 2019

Deploying Docker Containers from GitLab to Heroku

Yesterday I was setting up a Gitlab CI/CD pipeline to deploy Docker containers to Heroku. Whilst it's a fairly straightforward task, there are a few pitfalls, and I was surprised by the dearth of good tutorials which explained them.

Read more »

Building a basic Content Management System with Jekyll and Gitlab CI/CD

Mar 15, 2019

Building a basic Content Management System with Jekyll and Gitlab CI/CD

Using Jekyll has made maintaining my website a hell of a lot simpler, but I did miss the ability to edit documents online that I got from a CMS. But with Gitlab CI/CD hooked up to my server, I can use the Gitlab interface as an online CMS interface..

Read more »