Operations
Deployment Checklist
Single-deployment checklist for ship app with integrated docs.
Pre-Deployment
bun installbun run typecheckbun run build- Validate auth callback URLs and Stripe webhook secret
- Validate docs routes (
/:locale/docs/*) and docs search API (/api/docs/search)
Deployment Model
- One
apps/shipdeployment includes:- Business pages
- Admin pages
- Integrated docs pages
- Docs search endpoint
No separate docs project is required.
Rollback Focus
- Auth session/callback issues
- Stripe webhook processing errors
- Wallet and ledger inconsistencies
- Docs route or search route regressions