mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
do not deploy to b0rked lb.dus
This commit is contained in:
parent
e219c69fcd
commit
bfb6dd6eed
1 changed files with 1 additions and 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 lb.dort.c3voc.de lb.wob.c3voc.de; do
|
||||
for host in lb.alb.c3voc.de lb.dort.c3voc.de lb.wob.c3voc.de; do
|
||||
echo "deploying to $host"
|
||||
ssh voc@$host 'sudo sh' << EOT
|
||||
cd /srv/nginx/streaming-website
|
||||
|
|
Loading…
Reference in a new issue