diff options
author | MaZderMind | 2017-04-13 18:42:12 +0200 |
---|---|---|
committer | MaZderMind | 2017-04-13 18:42:12 +0200 |
commit | 6a3a3e84199db334ae2ee6f143388332504974cb (patch) | |
tree | 522d53e14cf3bcb78edb226a6ed23c5a412735e1 | |
parent | 9ee9627b083122a2ef829c4a8b1c9e083e0a87a4 (diff) |
lb.alb is currently not … there#
Diffstat (limited to '')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |