[codex] Deploy guide worker#1302
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3d9190c75d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Should we not rather ignore the formatting of api data? After the next deployment it will need formatting again. |
Yeah, that's a good callout. |
Guide Cloudflare deployment⛅️ wrangler 4.85.0 To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Cloudflare deploymentDeployement ID: 10399d5e-6211-415a-a335-149849a8d230 ⛅️ wrangler 4.85.0 ✨ Uploading _redirects |
Fixed. |
Context
The guide app needs its own Cloudflare Worker deployment target named
guide.Summary
deploy-guideCI job to build the guide workspace and deploy it with Wrangler.guideWorker.apps/guide/wrangler.tomlconfigured for theguideWorker and the guide app'soutassets directory.data/api/**/*.jsonfiles in oxfmt so API-data regeneration does not keep causing formatting churn.Validation
yarn build:guidecompleted successfully in the isolated worktree.yarn ci:formatpasses locally.Deploy Guide Workerpreviously passed withversions upload --preview-alias=codex-guide-worker-deploy.