5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 13:00:49 +00:00

sincronizar links duros

This commit is contained in:
f 2022-06-15 13:34:46 -03:00
parent bb7c50e24b
commit dd34d176ea

View file

@ -84,7 +84,7 @@ class DeployRsync < Deploy
#
# @return [Boolean]
def rsync
run %(rsync -avi --timeout=5 #{Shellwords.escape source}/ #{Shellwords.escape destination}/)
run %(rsync -aviH --timeout=5 #{Shellwords.escape source}/ #{Shellwords.escape destination}/)
end
# El origen es el destino de la compilación