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
@ -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 New Issue
Block a user