aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
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 869461f..c7e020d 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -46,7 +46,7 @@ fi
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
+ssh voc@$host 'sudo sh' << EOT
cd /srv/nginx/streaming-website
echo "updating code"