Proxmox worker, uptime, backup, tagged deploy
This commit is contained in:
commit
d6a2391be0
6 changed files with 96 additions and 0 deletions
6
scripts/test.sh
Executable file
6
scripts/test.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue