1
0

Sistemazione upload con rsync.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Emiliano Vavassori 2023-01-05 18:28:11 +01:00
parent 9d259c4aa5
commit f95c4d4b1d

View File

@ -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: