aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMaZderMind2017-04-13 18:42:12 +0200
committerMaZderMind2017-04-13 18:42:12 +0200
commit6a3a3e84199db334ae2ee6f143388332504974cb (patch)
tree522d53e14cf3bcb78edb226a6ed23c5a412735e1 /deploy.sh
parent9ee9627b083122a2ef829c4a8b1c9e083e0a87a4 (diff)
lb.alb is currently not … there#
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 fc20c6d..a5d64e2 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; do
echo "deploying to $host"
ssh -A voc@$host 'sudo sh' << EOT
cd /srv/nginx/streaming-website