Skip to content

Commit

Permalink
Fixing script copy in deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakaznikov committed Feb 28, 2024
1 parent 5d44fee commit c5eb7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testflows/github/hetzner/runners/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def deploy(args, config: Config, redeploy=False):
ssh(server, f"chown -R ubuntu:ubuntu {deploy_scripts_folder}", stacklevel=4)
ssh(
server,
f"find {deploy_scripts_folder} -type f -exec chmod +rx {{}} \;",
f'"find {deploy_scripts_folder} -type f -exec chmod +rx {{}} \;"',
stacklevel=4,
)

Expand Down

0 comments on commit c5eb7fb

Please sign in to comment.