chore: rename worker ncrmro-website-astro → ncrmro-website#85
Merged
Conversation
The astro stack has fully replaced the Next.js stack on the domain. Reclaim the canonical worker name now that the migration is complete. - `wrangler.jsonc` — `name` field updated. - `CLAUDE.md`, `README.md` — references to the worker name and the workers.dev URL updated. - `.github/actions/cloudflare-deploy/action.yml` — preview URL fallback regex + comments updated to the new name. - `.github/workflows/preview.yml` — preview alias URL comment updated. Pre-PR work already done on Cloudflare side: - Deployed astro code under the new name (in-place overwrite of the dormant old worker). New version `6feaec24-6f1f-4944-a0c7-9742d74955fb`. - Moved `ncrmro.com` custom domain to the renamed worker. - Deleted the now-orphaned `ncrmro-website-astro` worker. Production traffic at `ncrmro.com` has been continuously served throughout — domain moves atomically via Cloudflare's `override_existing_origin` flag. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
ncrmro-website | 2293323 | May 16 2026, 02:56 PM |
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.
Summary
The astro stack has fully replaced the Next.js stack on the production domain. This PR reclaims the canonical worker name
ncrmro-websitein source.Cloudflare-side changes already applied (production):
ncrmro-websiteworker in place. Current version:6feaec24-6f1f-4944-a0c7-9742d74955fb.ncrmro.comcustom domain to the renamed worker via atomic flip (PUT /workers/domains?override_existing_origin=true).ncrmro-website-astroworker.Source changes in this PR:
wrangler.jsonc—namefield updated.CLAUDE.md,README.md— worker name and workers.dev URL references..github/actions/cloudflare-deploy/action.yml— preview URL fallback regex + comments..github/workflows/preview.yml— preview alias URL comment.Test plan
bunx wrangler deploysucceeded under the new name (ncrmro-websiteworker now serves Astro).ncrmro.comstill returns Astro (<meta name="generator" content="Astro v6.3.1">, 37 posts) throughout the rename.ncrmro-website-astro.ncrmro.workers.devnow returns 404 (worker deleted).Validatepasses,Previewpublishes versioned alias under<branch-slug>-ncrmro-website.<acct>.workers.dev.Stacked on #84
Independent of #84 (deploy.yml migration tolerance fix) — order of merge doesn't matter, but #84 first means the next post-merge Deploy is green.
🤖 Generated with Claude Code