aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorAnton Schubert2020-11-22 11:45:02 +0100
committerAnton Schubert2020-11-22 11:45:02 +0100
commitc753c539a71eed557313df909175595e8f559157 (patch)
treea45cd4f3fff97da83f36a7b7045694197787f57f /deploy.sh
parent6551737f98aa65efa98b65d4223355baac4a0877 (diff)
add lb.dort to deploy
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 2c048a8..869461f 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -44,7 +44,7 @@ if [ "x$DEPLOY_BRANCH" != "xmaster" ]; then
echo ""
fi
-for host in lb.dus.c3voc.de lb.alb.c3voc.de; do
+for host in lb.dus.c3voc.de lb.alb.c3voc.de lb.dort.c3voc.de; do
echo "deploying to $host"
ssh -A voc@$host 'sudo sh' << EOT
cd /srv/nginx/streaming-website