Add stop.sh (compose down) and disable print_forge.
Sync runner checkout / sync (pull_request) Successful in 6s
Sync runner checkout / sync (pull_request) Successful in 6s
Closes #33. Deploy skips host_apps.enabled: false so CI cannot resurrect a stopped app.
This commit is contained in:
@@ -33,6 +33,10 @@ ansible adama -m ping
|
||||
|
||||
# Provision all hosts
|
||||
./scripts/provision.sh
|
||||
|
||||
# Stop a compose app (does not remove volumes/checkouts)
|
||||
./scripts/stop.sh --app print_forge --env prod
|
||||
./scripts/stop.sh --app print_forge --env beta
|
||||
```
|
||||
|
||||
See [IMPLEMENTATION.md](IMPLEMENTATION.md) for full architecture, CI/CD plan, and phase breakdown.
|
||||
|
||||
Reference in New Issue
Block a user