Posts
read more
Continuous Integration With Docker

So it turns out I actually liked setting up a dev environment in a recent role. So I decided to update my personal setup as I had let things rot after Jenkins decided to self-destruct after an update.
So what did I use?
git-o-lite- A tiny no-frills git-based admin based on, git. Whilst not the most user friendly, You don’t have to wrestle with a web browser, log in and click. You just modify the admin repository, commit and all is good! Yes, even post-commit hooks! It’s so satisfying seeing a message from ‘git push’ telling you that it’s triggered a build!