mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Fix config again
This commit is contained in:
parent
5913c591a4
commit
75e0bfb420
|
@ -18,7 +18,7 @@ pipeline:
|
|||
image: alpine
|
||||
secrets: [ deploy_key ]
|
||||
commands:
|
||||
- apk add rsync
|
||||
- apk add rsync openssh
|
||||
- mkdir ~/.ssh
|
||||
- printf '%s\n' "$${DEPLOY_KEY}" > ~/.ssh/deploy_key
|
||||
- printf "Host alexandria.debiania.in.ua\n\tIdentityFile ~/.ssh/deploy_key\n\tUserKnownHostsFile=/dev/null\n\tStrictHostKeyChecking=no\n" > ~/.ssh/config
|
||||
|
|
Loading…
Reference in a new issue