This blog was hosted by Codeberg and whenever I post or update, some things happen in the background to give you, my dear readers the newest and freshest content to enjoy. I explained (and just updated) in excruciating detail how this all works in Using Woodpecker CI for my static sites a while ago.| Jan Wildeboer's Blog
I recently finished some homelab renovations, both in hardware and in software, that I think are pretty neat. This post will be a quick summary of some of the bigger changes. No More Drone Continuing on my love/hate relationship with Drone, I finally hit an overwhelming sense of hate, so that’s where I’m going to start. Part of the reason why it’s been a while between posts (Ok ok, I’ve also just been super busy) is that my automated build setup for deploying this blog to my VPS has b...| Random Musings
Introduction Let’s talk about Drone. No, not this kind of drone No not the flying drone This kind of Drone! The Continuous Integration kind. The one that helps you with automatically doing all kinds of fun coding things. Basically, Drone is a self-hosted alternative to something like GitHub Actions or Jenkins or Travis CI. Basically, if there’s something with your code that you want to run automatically after some action is taken, then CI is for you.| Random Musings