Skip to content

Commit 3eb92f5

Browse files
committed
Update INFRA.md
1 parent adab37e commit 3eb92f5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

INFRA.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ In GitHub:
138138
The workflow creates or reuses the VPS, writes `.env`, syncs the repo, and runs
139139
Docker Compose.
140140

141-
Future pushes to `master` deploy automatically.
141+
Future pushes to `master` trigger the workflow automatically; each run pauses
142+
at `discover` for a reviewer to approve via the `prod-gate` environment before
143+
`provision` and `deploy` proceed.
142144

143145
## Optional: setting up a dev environment
144146

@@ -170,8 +172,10 @@ Maintainer's dev bot invite:
170172
5. Create the `dev` branch from `master` and push. `discover` requests approval
171173
via `dev-gate`; `provision`/`deploy` then spin up `event-queue-bot-dev`.
172174

173-
Subsequent pushes to `dev` deploy automatically. Prod and dev share no state:
174-
separate droplets, separate `data/main.sqlite`, separate Discord applications.
175+
Subsequent pushes to `dev` trigger the workflow automatically; each run pauses
176+
at `discover` for `dev-gate` approval before `provision`/`deploy` proceed. Prod
177+
and dev share no state: separate droplets, separate `data/main.sqlite`,
178+
separate Discord applications.
175179

176180
## Connect to the Droplet
177181

0 commit comments

Comments
 (0)