Share the target filter, fix cd-status branch, record deploy status
- enabled_targets/names_for: one implementation of 'a host acts only on its own targets'; --host s5 and --host s5.fisher.hu now select the same targets - shell_value: JSON booleans reach shell consumers as true/false - cd-status: capture before eval, so the unconfigured-host branch is reachable - cd-deploy writes a .status record; cd-status reads it instead of grepping the log's prose - cd-render-hooks --list-urls replaces two inline JSON readers
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@ deploy ended.
|
||||
| This repository | `~/S/my-cd-webhook` |
|
||||
| Secrets (0600) | `~/.config/cd-webhook/secrets.env` |
|
||||
| Rendered hooks (0600, generated) | `~/.config/cd-webhook/hooks.json` |
|
||||
| Deploy logs and locks | `~/.local/state/cd-webhook/<target>.log` |
|
||||
| Deploy logs, locks, last-deploy records | `~/.local/state/cd-webhook/<target>.{log,lock,status}` |
|
||||
| systemd unit | `~/.config/systemd/user/cd-webhook.service` |
|
||||
|
||||
```bash
|
||||
@@ -74,7 +74,7 @@ missed deploy, not a wrong one.
|
||||
## Adding a host
|
||||
|
||||
1. Add the host to `"hosts"` in `targets.json` with its WireGuard address and
|
||||
port `21600`.
|
||||
the same port the other hosts there use.
|
||||
2. Add its targets.
|
||||
3. Commit and push this repository.
|
||||
4. On the host: clone, `./install/install.sh`, fill in `secrets.env`, re-run.
|
||||
|
||||
Reference in New Issue
Block a user