Skip to content

Commit

Permalink
Fix stuck ssh deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayin21 committed Mar 5, 2024
1 parent 9f084c6 commit a9a2ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy/tasks/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ def _sync_single(connection: Connection) -> Optional[Result]:
"--checksum",
"--archive",
"--delete",
"-e",
'"ssh -o StrictHostKeyChecking=no"',
]
if not be_quiet():
cmd.append("--verbose")
Expand Down

0 comments on commit a9a2ce8

Please sign in to comment.