maren/add-ci #2

Closed
maren wants to merge 21 commits from maren/add-ci into main
Showing only changes of commit c235cabbbe - Show all commits

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 - 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 - chmod -R u=rwX,go= ~/.ssh
# - rsync -rPvce ssh --chmod=ugo=rwX --no-times public/ www-fediparty@fediverse.party:www/ # - rsync -rPvce ssh --chmod=ugo=rwX --no-times public/ www-fediparty@fediverse.party:www/
- ssh deploy@turtle.hup.is 'touch wefoiuewofuwehf.txt' - ssh deploy@turtle.hup.is 'ls -la'
when: when:
# Only try to deploy if previous step is successful # Only try to deploy if previous step is successful
status: success status: success