Skip to content

Commit e088349

Browse files
authored
Merge pull request #595 from constructive-io/copilot/sub-pr-594
Remove deprecated app-svc-local references from development jobs documentation
2 parents 6ba8574 + fafac10 commit e088349

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

jobs/DEVELOPMENT_JOBS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ From the `constructive-db/` directory (with `pgenv` applied):
8484
pgpm deploy --yes --database "$PGDATABASE" --package metaschema
8585
```
8686

87-
`app-svc-local` is no longer available in this repo, so use `app`.
88-
`app` pulls in `pgpm-database-jobs`, so you don't need to deploy it separately.
87+
NOTE: The `app` package pulls in `pgpm-database-jobs`, so you don't need to deploy it separately.
8988

9089
At this point, the app schema and `database-jobs` should be installed and `app_jobs.*` should be available in the `constructive` database.
9190

@@ -135,8 +134,8 @@ In dry-run mode:
135134

136135
Constructive selects the API by the HTTP `Host` header using rows in `services_public.domains`.
137136

138-
For local development, you need a domain route for `admin.localhost` in `services_public.domains`.
139-
This repo no longer ships `app-svc-local`, so seed a domain route yourself (or skip the `send-email-link` test).
137+
For local development, you need a domain route for `admin.localhost` in `services_public.domains`. Seed a domain route yourself (or skip the `send-email-link` test).
138+
140139
`docker-compose.jobs.yml` adds a Docker network alias so other containers can resolve `admin.localhost` to the `constructive-server` container, and `send-email-link` uses:
141140

142141
- `GRAPHQL_URL=http://admin.localhost:3000/graphql`

0 commit comments

Comments
 (0)