From ee51ba98b3b72b9e0cd2f6836dc447800b770b4b Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sun, 21 Jun 2026 12:40:54 +0000 Subject: [PATCH] feat(github+cloudflare): add dollarbox-status repo and Pages project Creates the private unicornops/dollarbox-status GitHub repo and a Cloudflare Pages project for the Upptime-powered status page. CF Pages watches the gh-pages branch (Upptime pre-builds and pushes there) so monitoring commits to main don't trigger unnecessary builds. Closes unicornops/dollarbox#237 Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01GwtazGHxMMHxxqHU6nTR5d --- .../sites/dollarbox-status/terragrunt.hcl | 32 ++++++++++++++++++ .../repos/dollarbox-status/terragrunt.hcl | 33 +++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 cloudflare/unicornops/sites/dollarbox-status/terragrunt.hcl create mode 100644 github/unicornops/repos/dollarbox-status/terragrunt.hcl diff --git a/cloudflare/unicornops/sites/dollarbox-status/terragrunt.hcl b/cloudflare/unicornops/sites/dollarbox-status/terragrunt.hcl new file mode 100644 index 0000000..7c95f43 --- /dev/null +++ b/cloudflare/unicornops/sites/dollarbox-status/terragrunt.hcl @@ -0,0 +1,32 @@ +terraform { + source = "github.com/lazzurs/terraform-cloudflare-pages-github?ref=v0.1.0" +} + +include "root" { + path = find_in_parent_folders("root.hcl") +} + +generate "provider" { + path = "provider.tf" + if_exists = "overwrite_terragrunt" + contents = <