In-depth tutorials, guides, and thoughts about infrastructure and automation.
Brett Weir • 24 min read
Feb 27, 2023 — You run a pipeline on every commit, right? But what if you haven't committed in awhile? In this article, we'll automate a weekly pipeline schedule to exercise all projects, active or not.
Read more»Brett Weir • 20 min read
Follow along as I automate Lighthouse for the first time
Feb 5, 2023 — If you want to really understand how something works, you gotta spend some time with it. Let's see what it would take to create our own Lighthouse CI/CD, without using the packaged solution.
Read more»Brett Weir • 5 min read
Automate Inkscape image exports in CI
Jan 6, 2023 — We'll walk you through creating an Inkscape container to run in CI jobs, and prove that you can automate just about anything with a command line interface.
Read more»Brett Weir • 8 min read
Some things you don't need to worry about if you use GitLab
Dec 30, 2022 — GitLab seems expensive, but when you consider what you'd need to buy to replace it, the price starts looking pretty reasonable.
Read more»Brett Weir • 4 min read
Overcome Docker Hub rate limiting and improve resilience
Dec 28, 2022 — Docker Hub limits the rate at which you can pull container images. Here's how you can use GitLab's built-in image proxy to get around these limits.
Read more»