Sistemazione upload con rsync.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9d259c4aa5
commit
f95c4d4b1d
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class Build(loaih.RemoteBuild):
|
||||||
try:
|
try:
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
shlex.split(
|
shlex.split(
|
||||||
f"rsync -avz -e ssh *.AppImage* {self.remote_host}:{remotepath}"
|
f"rsync -rlIvz --munge-links *.AppImage* {self.remote_host}:{remotepath}"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
finally:
|
finally:
|
||||||
|
|
Reference in a new issue