lazygit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maren 2024-01-07 19:46:36 -05:00
parent 97748d203f
commit 240f330f64

View file

@ -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 'touch wefoiuewofuwehf.txt'
when:
# Only try to deploy if previous step is successful
status: success