1
0
Fork 0
mirror of https://github.com/sbrl/PolyFeed.git synced 2024-06-01 06:33:02 +00:00

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

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