Update local-dev-stack proposal: staging now exists
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9d4c7d2b41
commit
0e77ac7831
1 changed files with 7 additions and 7 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
## Why
|
## Why
|
||||||
|
|
||||||
There is no staging environment — production is the only deployed instance. Infra
|
Infra changes (Prometheus alerts, Caddy config, Grafana dashboards) can only be
|
||||||
changes (Prometheus alerts, Caddy config, Grafana dashboards) go straight to prod
|
validated against staging or production — there is no way to test them locally
|
||||||
with no way to validate them locally first. Meanwhile, CI E2E tests skip ~15 of
|
first. Meanwhile, CI E2E tests skip ~15 of 20 tests because there is no
|
||||||
20 tests because there is no PostgreSQL service in the workflow, and BRouter was
|
PostgreSQL service in the workflow, and BRouter was only recently added to CI
|
||||||
only recently added to CI with manual setup instead of reusing the dev compose
|
with manual setup instead of reusing the dev compose file. The existing
|
||||||
file. The existing `docker-compose.dev.yml` covers PostgreSQL and BRouter but
|
`docker-compose.dev.yml` covers PostgreSQL and BRouter but nothing else from the
|
||||||
nothing else from the production stack.
|
production stack.
|
||||||
|
|
||||||
## What Changes
|
## What Changes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue