Deployment
Staging environment
Recommended order for bringing up the Fabric Experiments staging environment.
The best M5.1 staging topology is Cloudflare for edge/docs, Vercel for Next.js API/Studio, Postgres for state, Databricks for warehouse aggregation, and Temporal Cloud for Harness agents.
Start order
- Deploy the docs site to your documentation domain.
- Create Cloudflare KV and R2 resources.
- Provision Postgres and apply migrations.
- Deploy
apps/apiandapps/studioto Vercel. - Deploy manifest, exposure, and audit-export workers.
- Create Databricks catalog/schema
fx_staging.fx. - Flip Harness dependencies from
link:to published packages for the worker image. - Deploy the Harness worker connected to Temporal Cloud.
- Seed staging data.
- Run M3/M4/M5 live smokes and keep them green for at least seven nights.
See the repository runbook at docs/runbooks/staging.md for detailed commands.