File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ def _parse_arguments(self) -> argparse.Namespace:
118118 parser .add_argument (
119119 "-w" ,
120120 "--workspace" ,
121- default = ". " ,
122- help = "Path to the workspace directory to deploy to. Defaults to the current directory ." ,
121+ default = "~/bitbots_main " ,
122+ help = "Path to the workspace directory to deploy to. Defaults to 'bitbots_main' in $HOME dir ." ,
123123 )
124124 parser .add_argument ("--skip-local-repo-check" , action = "store_true" , help = "Skip the local repository check." )
125125
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ def _sync_single(connection: Connection) -> Result | None:
4545 "rsync" ,
4646 "--checksum" ,
4747 "--archive" ,
48+ "--delete" ,
4849 "-e" ,
4950 '"ssh -o StrictHostKeyChecking=no"' ,
5051 f"--exclude-from={ os .path .join (self ._local_workspace , '.rsyncignore' )} " ,
You can’t perform that action at this time.
0 commit comments