runbook: manual retry of a failed release (rm state/last-failed)

This commit is contained in:
2026-09-04 09:08:20 +02:00
parent 6ed5d5859a
commit e8b47ac888
+5
View File
@@ -98,6 +98,11 @@ loginctl disable-linger $USER # only if nothing else of yours should survive l
## Notes ## Notes
- A release that fails to build is not retried until either repo gets a new
commit (`state/last-failed` guards against a 10 s rebuild loop). To force a
retry of the SAME release (e.g. after fixing `bin/build.sh` itself):
`rm ~/ctao-portal-demo/state/last-failed`.
- **Only pushes to the machine's Gitea auto-deploy** (code and content repos - **Only pushes to the machine's Gitea auto-deploy** (code and content repos
alike). Changes to `deploy/*` need a manual alike). Changes to `deploy/*` need a manual
re-copy: `build.sh` → `bin/`, `nginx.conf` → `config/` + re-copy: `build.sh` → `bin/`, `nginx.conf` → `config/` +