diff --git a/.woodpecker.yml b/.woodpecker.yml index e3f8ef2..a16e53b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,7 +23,7 @@ steps: - printf "Host turtle.hup.is\n\tIdentityFile ~/.ssh/deploy_ssh_key\n\tUserKnownHostsFile=/dev/null\n\tStrictHostKeyChecking=no\n" > ~/.ssh/config - chmod -R u=rwX,go= ~/.ssh # - rsync -rPvce ssh --chmod=ugo=rwX --no-times public/ www-fediparty@fediverse.party:www/ - - ssh deploy@turtle.hup.is "ls" + - ssh deploy@turtle.hup.is 'ls' when: # Only try to deploy if previous step is successful status: success