5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 19:11:42 +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] # @return [Boolean]
def rsync 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 end
# El origen es el destino de la compilación # El origen es el destino de la compilación