Launch standard

Production apply standard

One application order: archive, dependencies, env, migrations, test payment, live smoke, and owner signoff.

Remove fog between the code archive and the real site.

owner action

Proceed in order and do not enable live payment before webhook evidence.

evidence

  • archive SHA256
  • green checks
  • owner signoff

stop if

  • There is unknown env, unsigned migration, or no webhook evidence.

commands

npm cinpm run production-apply:checknpm run deploy:check

related