mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
add lb.dort to deploy
This commit is contained in:
parent
6551737f98
commit
c753c539a7
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; 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
|
||||
|
|
Loading…
Reference in a new issue