mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +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
|
||||
chmod 0700 /tmp/sftp_rsa
|
||||
SCP=scp -o 'StrictHostKeyChecking no' -i /tmp/sftp_rsa -B -r -P $FTP_PORT
|
||||
SCP_TARGET=$FTP_USER@$FTP_HOST:~/$FTP_PATH
|
||||
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"
|
||||
|
||||
#
|
||||
# Upload CLI
|
||||
|
Loading…
Reference in New Issue
Block a user