Staging Deployment
Staging Deployment Readiness
Sprint 23 prepared Submicron Central System to leave localhost safely. Sprint 24 uses the documented Docker-host/VPS staging assumption for `https://staging-app.submicrons.net` unt
Use this when you need a quick orientation to Staging Deployment.
Sprint 23 prepared Submicron Central System to leave localhost safely. Sprint 24 uses the documented Docker-host/VPS staging assumption for https://staging-app.submicrons.net until a managed platform is explicitly selected. It does not deploy production, commit secrets, use real customer data, or connect external integrations.
Staging readiness means the app can be built, configured, checked, migrated, backed up, smoke tested, and reviewed with demo/sample data only. External Email, WhatsApp, SMS, Google Drive sync, WooCommerce, social, payment gateway, and autonomous AI behavior remain disabled.
Required Order
- Prepare an untracked staging environment file or platform secret store from
.env.staging.example. - Run
pnpm env:check:stagingagainst the template and runnode scripts/env-check.mjs staging --file=.env.stagingagainst the real staging values before launch. - Run
pnpm db:generate, migration status, backup, migration deploy, migration status again, seed only when approved, and smoke checks. - Check
/api/healthand/api/ready. - Run a demo-user login check and verify docs.
Sprint 24 Documents
- Actual staging deployment and QA
- Sprint 24 manual test runbook
- Staging smoke QA
- Manager staging rehearsal guide
- External integrations disabled checklist
Safety Boundaries
- No production deployment is performed by this repository.
- No production secrets are committed.
- No destructive reset, truncate, or automatic rollback is added.
- No external messages are sent.
- No live Google Drive, Gmail, WhatsApp, WooCommerce, social, or payment integration is connected.
- No autonomous agent actions are enabled.
Use sample/demo data until production data migration is explicitly approved.
Developer Details
- Source
- apps/docs/content/staging-deployment/README.md
- Owner
- Platform / Operations
- Status
- Current
- Module
- Staging Deployment
- Related route
- /api/health