Trying to fix deploy script

This commit is contained in:
Alexey Andreev 2019-03-25 15:09:42 +03:00
parent 46d76f7acf
commit 9a6da19a24

View File

@ -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"
#