mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
no agent forwarding..
This commit is contained in:
parent
aeefff11ec
commit
ca83b010d7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ fi
|
||||||
|
|
||||||
for host in streaming.test.c3voc.de; do
|
for host in streaming.test.c3voc.de; do
|
||||||
echo "deploying to $host"
|
echo "deploying to $host"
|
||||||
ssh -A voc@$host 'sudo sh' << EOT
|
ssh voc@$host 'sudo sh' << EOT
|
||||||
cd /srv/nginx/streaming-website
|
cd /srv/nginx/streaming-website
|
||||||
|
|
||||||
echo "updating code"
|
echo "updating code"
|
||||||
|
|
Loading…
Reference in a new issue