Run rsync.sh
This commit is contained in:
parent
a5731df6bc
commit
50b7f8d0e3
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ class Tasks::Deploy::Remote
|
|||
"rsync",
|
||||
"--delete",
|
||||
"-rvah",
|
||||
"--chmod=Du=rwx,Fu=rw",
|
||||
"--chmod=Fu=rw,Fg=r,Du=rwx,Dg=rx",
|
||||
"--rsync-path='/home/0x1eef/rsync.sh'",
|
||||
@build_dir, "#{@user}@#{@hostname}:#{@path}"
|
||||
)
|
||||
if $?.success?
|
||||
|
|
Loading…
Reference in a new issue