From 9a6da19a24f8664264841a6a72ebe53bde6a4bab Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Mon, 25 Mar 2019 15:09:42 +0300 Subject: [PATCH] Trying to fix deploy script --- upload-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-files.sh b/upload-files.sh index 5fb9ee8df..5583a8f7c 100755 --- a/upload-files.sh +++ b/upload-files.sh @@ -2,7 +2,7 @@ echo "${SSH_KEY}" | base64 --decode >/tmp/sftp_rsa chmod 0700 /tmp/sftp_rsa -SCP="scp -o 'StrictHostKeyChecking no' -i /tmp/sftp_rsa -B -r -P $FTP_PORT" +SCP="scp -o StrictHostKeyChecking=no -i /tmp/sftp_rsa -B -r -P $FTP_PORT" SCP_TARGET="$FTP_USER@$FTP_HOST:~/$FTP_PATH" #