From 58a6e71c844ae16502fd996859b14a6e25b838ee Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:44:22 +0200 Subject: disable unnecessary agent forwarding --- deploy-staging.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy-staging.sh') 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 -- cgit v1.2.3