diff options
Diffstat (limited to '')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ fi if [ "x$DEPLOY_BRANCH" != "xmaster" ]; then echo "You're currently on branch $DEPLOY_BRANCH." - echo "Are you sure you want to deoloy that branch (and not master)? then type yes" + echo "Are you sure you want to deploy that branch (and not master)? then type yes" read -p "" input if [ "x$input" != "xyes" ]; then exit 2 @@ -44,7 +44,7 @@ if [ "x$DEPLOY_BRANCH" != "xmaster" ]; then echo "" fi -for host in lb.dus.c3voc.de; do +for host in lb.dus.c3voc.de lb.alb.c3voc.de; do echo "deploying to $host" ssh -A voc@$host 'sudo sh' << EOT cd /srv/nginx/streaming-website |