docs(infra): fix split-brain Pages project slug (post-merge Codex P2 on #570)#573
Merged
Conversation
Post-merge Codex P2 on #570. The custom-domain steps still added ophis.fi/ www to Pages project `greg-etm` while the (corrected) CNAME targets point at `greg.pages.dev`. Following the runbook would register TLS/ownership on one project while routing traffic to another, leaving the domain pending or serving the wrong project. The live project is `greg` (cloudflare-deploy.yml uses --project-name=greg), so align the remaining `greg-etm` project-slug references (intro, Phase 3 prose, and the /pages/projects/<slug>/domains API call) to `greg`. Also correct a checklist line that #570's replace_all had collaterally relabeled greg.pages.dev as "legacy" (the legacy domain was greg-etm.pages.dev). The file is now internally consistent: project `greg`, URL greg.pages.dev, custom domains on project `greg`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses the post-merge Codex P2 on #570 (which @clement also forwarded).
Problem
#570 corrected the CNAME targets in the ophis-domains runbook to
greg.pages.dev, but left the earlier Phase 3 steps adding the custom domains to Pages project sluggreg-etm(/pages/projects/greg-etm/domains). Following the runbook would register TLS/custom-domain ownership on one project (greg-etm) while routing apex/www traffic to another (greg.pages.dev) — the domain stays pending or serves the wrong project.Fix
The live project is
greg(cloudflare-deploy.yml→--project-name=greg). Align all remaininggreg-etmproject-slug references (intro line, Phase 3 prose, the/pages/projects/<slug>/domainsAPI call) togreg. Also fixed a checklist line that #570'sreplace_allhad collaterally relabeledgreg.pages.devas "legacy" — the legacy domain wasgreg-etm.pages.dev.The runbook is now internally consistent: project
greg, URLgreg.pages.dev, custom domains registered on projectgreg.Docs-only, internal infra runbook (not served).
🤖 Generated with Claude Code