File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,9 @@ In GitHub:
138138The workflow creates or reuses the VPS, writes ` .env ` , syncs the repo, and runs
139139Docker 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:
1701725 . 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
You can’t perform that action at this time.
0 commit comments