chore(webmap): 🔧 Update deployment seed instructions/config for webmap feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
87a872d7df
commit
7843621c21
1 changed files with 2 additions and 2 deletions
|
|
@ -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/<name>.www/src/config.ts`
|
||||
1. Create deployment config at `deployments/@domains/<name>.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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue