mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 19:11:42 +00:00
sincronizar links duros
This commit is contained in:
parent
bb7c50e24b
commit
dd34d176ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue