diff options
author | Anton Schubert | 2020-11-22 11:45:02 +0100 |
---|---|---|
committer | Anton Schubert | 2020-11-22 11:45:02 +0100 |
commit | c753c539a71eed557313df909175595e8f559157 (patch) | |
tree | a45cd4f3fff97da83f36a7b7045694197787f57f | |
parent | 6551737f98aa65efa98b65d4223355baac4a0877 (diff) |
add lb.dort to deploy
-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 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 |