mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-03 05:44:10 -08:00
Trying to fix deploy script
This commit is contained in:
parent
46d76f7acf
commit
9a6da19a24
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
echo "${SSH_KEY}" | base64 --decode >/tmp/sftp_rsa
|
echo "${SSH_KEY}" | base64 --decode >/tmp/sftp_rsa
|
||||||
chmod 0700 /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"
|
SCP_TARGET="$FTP_USER@$FTP_HOST:~/$FTP_PATH"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user