Upload to the directory, not replace it!

This commit is contained in:
Starbeamrainbowlabs 2019-08-07 20:52:46 +01:00
parent 781d92c89f
commit 6a0dcceca5
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -108,7 +108,7 @@ _upload_deb() {
echo "Found ${filename}";
sftp -i "${SSH_KEY_PATH}" -P "${deploy_ssh_port}" -o PasswordAuthentication=no "${deploy_ssh_user}@${deploy_ssh_host}" << SFTPCOMMANDS
put ${filename} ${deploy_root_dir}
put ${filename} ${deploy_root_dir}/
bye
SFTPCOMMANDS