diff --git a/deploy-all.sh b/deploy-all.sh index 928ad96..fb425ac 100755 --- a/deploy-all.sh +++ b/deploy-all.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -for node in k3s{{1..16},-rock{1..7}} backup{1,2} build2 redtail{1,2} whitestorm2 jellyfin; +for node in k3s{1..16} backup{1,2} build2 redtail{1,2} whitestorm2 jellyfin; do echo "Deplying to ${node}" ./deploy.sh .#$node