Skip to content
<- Back to articles

Deploying to Cloudflare Pages with GitHub Actions

July 28, 2026
Cloud
GitHub Actions
Cloudflare

This is a placeholder article. The real post will cover the deployment pipeline behind this very site: a self-hosted runner, a pnpm build, and wrangler pages deploy pushing static output straight to Cloudflare Pages.

What this post will cover

  • Setting up a self-hosted runner for a homelab
  • Storing Cloudflare API tokens as repository secrets
  • Generating CSP script hashes at build time

Content coming soon.