aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index a5d64e2..2c048a8 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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