diff --git a/features/webmap/DEPLOYMENT_SEEDS.md b/features/webmap/DEPLOYMENT_SEEDS.md index e47622ecd..d9472e8ae 100644 --- a/features/webmap/DEPLOYMENT_SEEDS.md +++ b/features/webmap/DEPLOYMENT_SEEDS.md @@ -87,7 +87,7 @@ This ensures idempotent regeneration - the same deployment always gets the same ## Adding New Deployments -1. Create deployment config at `codebase/@deployments/.www/src/config.ts` +1. Create deployment config at `deployments/@domains/.www/root/src/config.ts` 2. Export `config: DeploymentConfig` with `id`, `brand`, `theme`, etc. 3. Run `./run dev` or manually regenerate seeds 4. The new deployment is automatically included in webmap routing @@ -142,7 +142,7 @@ This ensures seeds are always up-to-date with deployment configs. **Deployment Configs** (`002_deployment_configs.sql`): - **Auto-generated** - never edit manually - Git-ignored (regenerated on each migration) -- Source of truth is `codebase/@deployments/*/src/config.ts` +- Source of truth is `deployments/@domains/*/root/src/config.ts` ## Rollback