This commit is contained in:
parent
ff4ef29b0c
commit
97748d203f
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
|
- 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 "ls"
|
- ssh deploy@turtle.hup.is 'ls'
|
||||||
when:
|
when:
|
||||||
# Only try to deploy if previous step is successful
|
# Only try to deploy if previous step is successful
|
||||||
status: success
|
status: success
|
||||||
|
|
Loading…
Reference in a new issue