Skip to content

Standardize the supported website deployment path - #6

Merged
jaavid merged 8 commits into
mainfrom
agent/web-01-supported-deployment
Aug 6, 2026
Merged

Standardize the supported website deployment path#6
jaavid merged 8 commits into
mainfrom
agent/web-01-supported-deployment

Conversation

@jaavid

@jaavid jaavid commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Related: #1

What changed

  • makes npm run build the canonical Next.js static production build
  • makes GitHub Pages workflow use that same canonical build
  • classifies Vinext/Wrangler paths under explicit *:sites internal tooling
  • documents production ownership, release evidence and rollback
  • adds canonical static-artifact CI validation
  • separates the legacy Sites Worker test under test:sites

Root cause fixed

The previous rendered-HTML test imported dist/server/index.js, coupling the production gate to the internal Vinext/Sites Worker artifact. The supported Next.js static build correctly produces out/index.html, so the old test failed despite a successful production build.

The production test now validates out/index.html; the Worker-specific test remains available only through test:sites.

Validation

After merge, retain the exact-main Deploy to GitHub Pages run before closing WEB-01.

@jaavid
jaavid marked this pull request as ready for review August 6, 2026 10:21
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@jaavid
jaavid merged commit 14ce453 into main Aug 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant