← Docs

Manual deploy (Vercel)

Preview and production gates — operator approval required.

Before preview

Run pnpm install && pnpm build locally. Review /launch for route QA, mobile QA, claim safety, and env names (PRESENT/MISSING only on /status).

  • cd project root
  • pnpm install
  • pnpm build
  • vercel whoami
  • vercel link
  • vercel # preview only — captures preview URL

Production gate

DO NOT RUN vercel --prod until the operator explicitly approves. Requirements: build pass, preview verified, no fake claims, banner regression clear, rollback plan ready.

Live target: https://autobuilder.noaerth.com

Rollback

Promote a previous deployment in the Vercel dashboard, or git revert on the repo. Emergency: SCHEDULER_ENABLED=false, pause workers, rotate env if needed.

Still stuck?

Search support or contact us with your report URL and steps to reproduce.