rename CF Pages site most.viktorbarzin.me -> bridge.viktorbarzin.me
All checks were successful
ci/woodpecker/push/default Pipeline was successful

Viktor asked to rename the 'мост' school static site to 'bridge'.
New Cloudflare Pages project 'bridge' (bridge-cv2.pages.dev) already
deployed and the custom domain attached; this renames the public CNAME
(TF resource most_pages -> bridge_pages, destroy+create swaps the
record) and the internal split-horizon static CNAME in the
ingress-dns-sync CronJob. The old 'most' Pages project and the stale
internal 'most' record are removed out-of-band after this applies.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-07-03 10:52:30 +00:00
parent 7dd80b6c7c
commit e1bd111562
3 changed files with 7 additions and 7 deletions

View file

@ -236,11 +236,11 @@ resource "cloudflare_record" "keyserver" {
}
# Cloudflare Pages site "мост" (ОбУ Отец Паисий school static site).
# Content is deployed off-infra to the Pages project `most` via
# Content is deployed off-infra to the Pages project `bridge` via
# `wrangler pages deploy`; this record just points the custom domain at it.
resource "cloudflare_record" "most_pages" {
content = "most-6if.pages.dev"
name = "most"
resource "cloudflare_record" "bridge_pages" {
content = "bridge-cv2.pages.dev"
name = "bridge"
proxied = true
ttl = 1
type = "CNAME"