mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-16 05:33:00 +00:00
Upload to the directory, not replace it!
This commit is contained in:
parent
781d92c89f
commit
6a0dcceca5
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue