5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 20:26:22 +00:00

registrar los cambios

This commit is contained in:
f 2022-04-06 18:27:15 -03:00
parent dcbd1c02ac
commit 5fac827ca0

View file

@ -84,7 +84,7 @@ class DeployRsync < Deploy
# #
# @return [Boolean] # @return [Boolean]
def rsync def rsync
run %(rsync -av --timeout=5 #{flags ? Shellwords.escape(flags) : ''} #{Shellwords.escape source}/ #{Shellwords.escape destination}/) run %(rsync -avi --timeout=5 #{flags ? Shellwords.escape(flags) : ''} #{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