Before Vercel

Final deploy packet

One last card: what is checked, what remains, which commands to run, and what to do after deploy.

Compress the whole large effort into one deploy-ready packet without fog.

owner action

Run master-completion:check, deploy:check, links:check, structure:check, route:audit, security:check, and live smoke order after Vercel.

checks

  • commands
  • env
  • migrations
  • smoke order

stop if

  • There is a blocker, unsigned migration, or unknown env.

related