From c988a0c73d6918081442035cdae4dbb8528ad2d1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 12 Mar 2019 21:28:59 +0000 Subject: [PATCH] Build/Bugfix: Correct paths again --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 40b6061..f4a63b5 100755 --- a/build +++ b/build @@ -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 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 SFTPCOMMANDS