Tag: automation
All the articles with the tag "automation".
-
Hosting Static Sites for Free with Cloudflare Workers
Published:• 4 min readCloudflare Workers is more than edge compute — it's a genuinely capable static site host with a free tier, built-in CD via GitHub, and global distribution out of the box.
-
Immutability in Deployments - Why Build Once and Deploy Many
Published:• 4 min readImmutability ensures deployments are predictable and rollback is reliable. Learn why building once and deploying the same artifact across environments reduces risk in modern platforms.
-
Configuration Is Not the Problem — Configuration Management Is
Published:• 5 min readConfiguration rarely breaks on day one — it breaks later through drift and unmanaged changes. Here’s why configuration management belongs to the platform, and how to treat it as infrastructure in Azure.
-
Azure Config as Code
Published:• 5 min readLearn to manage Azure App Configuration as code with Azure DevOps CI/CD. This template enables automated, version-controlled configuration deployment with repeatable and auditable workflows.
-
Automating Astro Builds and Deployments
Published:• 5 min readA guide on how I have automated the build and deployment of my Astro site using GitHub Actions, Zapier and Cloudflare.