원클릭으로
deploy
Deploy the AMS Law site to Cloudflare Workers. Use when deploying, releasing, or troubleshooting Cloudflare/OpenNext deployment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deploy the AMS Law site to Cloudflare Workers. Use when deploying, releasing, or troubleshooting Cloudflare/OpenNext deployment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add a reusable React component to the AMS Law site. Use when creating new UI components, sections, or shared widgets.
Add a new page/route to the AMS Law site. Use when creating a new route, page, or adding a page to navigation and sitemap.
| name | deploy |
| description | Deploy the AMS Law site to Cloudflare Workers. Use when deploying, releasing, or troubleshooting Cloudflare/OpenNext deployment. |
.env.example); NEXT_PUBLIC_SITE_URL required in productionRun locally before deploying:
yarn lint
yarn test
yarn build
Fix any failures before deploying.
yarn deploy
This runs:
scripts/check-node-version.mjs — verifies Node ≥22opennextjs-cloudflare build — OpenNext production buildopennextjs-cloudflare deploy — deploy to Cloudflare WorkersPushes to main trigger automatic build and deployment on Cloudflare Workers. Manual yarn deploy is for local/preview deploys.
| Issue | Check |
|---|---|
| Build fails | Run yarn build locally for full error output |
| Node version error | Use Node 22+ (node -v) |
| Missing env vars | Compare against .env.example |
| Email not sending | Resend API key and domain verification |
Version bumps and changelog are handled by semantic-release on merge to main. Do not manually edit docs/CHANGELOG.md.