From 8bb898643235908ba1fcfc54c3a4a8bcfc870e0b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 28 Apr 2019 17:24:46 +0100 Subject: [PATCH] Upload docs folder, not the entire hard drive! O.O --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 3f47607..e7088d9 100755 --- a/build +++ b/build @@ -153,7 +153,7 @@ task_deploy() { sftp -i "${SSH_KEY_PATH}" -P "${deploy_ssh_port}" -o PasswordAuthentication=no "${deploy_ssh_user}@${deploy_ssh_host}" << SFTPCOMMANDS mkdir ${deploy_root_dir}/docs -put -r ${source_upload_dir}/* ${deploy_root_dir}/docs/ +put -r ${docs_output_folder}/* ${deploy_root_dir}/docs/ bye SFTPCOMMANDS