Build/Bugfix: Correct paths again
All checks were successful
continuous-integration/laminar-elessar Build 82 succeeded in 48 seconds .

This commit is contained in:
Starbeamrainbowlabs 2019-03-12 21:28:59 +00:00
parent 213b38a393
commit c988a0c73d
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

2
build
View file

@ -165,7 +165,7 @@ task_deploy() {
# TODO: If we experience issues, we need to somehow figure out how to recursively delete the contents of the directory before uploading. We may have to install lftp and use that instead # TODO: If we experience issues, we need to somehow figure out how to recursively delete the contents of the directory before uploading. We may have to install lftp and use that instead
sftp -i "${SSH_KEY_PATH}" -P "${deploy_ssh_port}" -o PasswordAuthentication=no "${deploy_ssh_user}@${deploy_ssh_host}" << SFTPCOMMANDS sftp -i "${SSH_KEY_PATH}" -P "${deploy_ssh_port}" -o PasswordAuthentication=no "${deploy_ssh_user}@${deploy_ssh_host}" << SFTPCOMMANDS
put -r ${build_output_folder} Linux101 put -r ${build_output_folder}/* Linux101
bye bye
SFTPCOMMANDS SFTPCOMMANDS