maren/add-ci #3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue