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