aboutsummaryrefslogtreecommitdiff
path: root/deploy-staging.sh
diff options
context:
space:
mode:
authorLukas Schauer2021-04-06 19:44:22 +0200
committerLukas Schauer2021-04-06 19:44:22 +0200
commit58a6e71c844ae16502fd996859b14a6e25b838ee (patch)
tree44400b654b0e0064db3d4f441ab7b954906bfb63 /deploy-staging.sh
parent1842078250385cf4ef814761054680eda846e825 (diff)
disable unnecessary agent forwarding
Diffstat (limited to 'deploy-staging.sh')
-rwxr-xr-xdeploy-staging.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy-staging.sh b/deploy-staging.sh
index d6a3cc2..1ed2b40 100755
--- a/deploy-staging.sh
+++ b/deploy-staging.sh
@@ -46,7 +46,7 @@ fi
for host in streaming.test.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"
@@ -66,4 +66,4 @@ echo "clearing cache"
./clear_cache
EOT
echo "deploying to $host done"
-done \ No newline at end of file
+done