Skip to content

Commit b3328ce

Browse files
committed
fix(deploy_robots): do not run rsync with --delete
as we now sync to the home dir and destroy everything otherwise
1 parent f480112 commit b3328ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/deploy/tasks/sync.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def _sync_single(connection: Connection) -> Result | None:
4545
"rsync",
4646
"--checksum",
4747
"--archive",
48-
"--delete",
4948
"-e",
5049
'"ssh -o StrictHostKeyChecking=no"',
5150
f"--exclude-from={os.path.join(self._local_workspace, '.rsyncignore')}",

0 commit comments

Comments
 (0)