Proxmox worker, uptime, backup, tagged deploy

This commit is contained in:
George Lambert 2026-09-11 23:36:07 -04:00
commit d6a2391be0
6 changed files with 96 additions and 0 deletions

6
scripts/test.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
bash -n "$ROOT/scripts/deploy.sh"
grep -q host-deps.sh "$ROOT/scripts/deploy.sh"
echo OK