newerkey notes
← all notes

// devops

DevOps

Practical Linux, cloud, CI/CD, and infrastructure learning logs. Every post documents a real task — the commands, the mistakes, and the principle behind each decision.

Learn the command, then learn the system behind it.

9 notes
// devops 1 Jul 2026

Deploy Pipeline for a Static Site

How this site ships: two branches, one workflow file, GitHub Actions as the source of truth, and Cloudflare Workers as the target. Now with a self-opening PR and a branch protection rule that blocks direct pushes to main. Includes the errors I hit getting there.

9 min read
read