From 39ee9ba498096008f6cd815b026b64b59c08faca Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Wed, 28 Jun 2017 18:12:24 +0200 Subject: [PATCH] That didn't work so try this --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 62364e1..0637548 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,5 +5,6 @@ echo Found file: $FILENAME if [ $1 = 'production' ]; then echo Production mode echo $UPLOAD_KEY > upload_key -yes | scp -i upload_key $FILENAME travis@server.figytuna.com:/minecraft/main/plugins +yes | scp -B -i upload_key -o StrictHostKeyChecking=no $FILENAME travis@server.figytuna.com:/minecraft/main/plugins fi +