mirror of
https://github.com/sbrl/powahroot.git
synced 2024-11-24 15:13:00 +00:00
Upload docs folder, not the entire hard drive! O.O
This commit is contained in:
parent
9a8961d7b3
commit
8bb8986432
1 changed files with 1 additions and 1 deletions
2
build
2
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
|
sftp -i "${SSH_KEY_PATH}" -P "${deploy_ssh_port}" -o PasswordAuthentication=no "${deploy_ssh_user}@${deploy_ssh_host}" << SFTPCOMMANDS
|
||||||
mkdir ${deploy_root_dir}/docs
|
mkdir ${deploy_root_dir}/docs
|
||||||
put -r ${source_upload_dir}/* ${deploy_root_dir}/docs/
|
put -r ${docs_output_folder}/* ${deploy_root_dir}/docs/
|
||||||
bye
|
bye
|
||||||
SFTPCOMMANDS
|
SFTPCOMMANDS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue