mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
added -A flag to ssh command to be able to pull on the lb host
This commit is contained in:
parent
ead7183079
commit
531aa95770
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
ssh voc@lb.dus.c3voc.de 'sudo sh' << EOT
|
||||
ssh -A voc@lb.dus.c3voc.de 'sudo sh' << EOT
|
||||
cd /srv/nginx/streaming-website
|
||||
git fetch origin
|
||||
git reset --hard origin/master
|
||||
|
|
Loading…
Reference in a new issue