mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 00:24:11 -08:00
Fix deploy configuration
This commit is contained in:
parent
0a283843ea
commit
4086aebc7b
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
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"
|
||||||
scp -o 'StrictHostKeyChecking no' -i /tmp/sftp_rsa -B -r -P $FTP_PORT ./*
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Upload CLI
|
# Upload CLI
|
||||||
|
|
Loading…
Reference in New Issue
Block a user