Run rsync.sh

This commit is contained in:
0x1eef 2023-02-23 23:33:07 -03:00
parent a5731df6bc
commit 50b7f8d0e3

View file

@ -26,7 +26,8 @@ class Tasks::Deploy::Remote
"rsync", "rsync",
"--delete", "--delete",
"-rvah", "-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}" @build_dir, "#{@user}@#{@hostname}:#{@path}"
) )
if $?.success? if $?.success?