Latest Posts
subscribe via RSS
Triggering Cloudflare Cache Purging with Netlify's Post-Deploy Hooks and a Google Cloud Function in Go
| Go, Netlify, Google Cloud, Cloudflare, middleware | 4 min read
In my Netlify deploy config, I had a couple of options for triggering the Cloudflare endpoint Read more...
Go Package CI/CD with GitHub Actions
| Go, CI/CD, GitHub Actions | 5 min read
I wanted to ensure that: 1. Each change I make to my program won't break existing functionality (Continuous Integration), and 2. Publishing a new release to pkg.go.dev is automatic (Continuous Delivery/Deployment). Read more...
Python Package CI/CD with GitHub Actions
| Python, CI/CD, GitHub Actions | 5 min read
In a previous post , I alluded to having pure CI/CD checks and autoreleases for my random-standup program. I wanted to ensure that: Each… Read more...