sbc-deploys/deploy-all.sh
2024-03-01 15:21:09 -06:00

8 lines
171 B
Bash
Executable file

#!/usr/bin/env bash
for node in k3s{{1..16},-rock{1..7}} backup{1,2} build2 redtail{1,2} whitestorm2 jellyfin;
do
echo "Deplying to ${node}"
./deploy.sh .#$node
done