mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-10 01:49:33 +00:00
Fix config again
This commit is contained in:
parent
5913c591a4
commit
75e0bfb420
|
@ -18,7 +18,7 @@ pipeline:
|
||||||
image: alpine
|
image: alpine
|
||||||
secrets: [ deploy_key ]
|
secrets: [ deploy_key ]
|
||||||
commands:
|
commands:
|
||||||
- apk add rsync
|
- apk add rsync openssh
|
||||||
- mkdir ~/.ssh
|
- mkdir ~/.ssh
|
||||||
- printf '%s\n' "$${DEPLOY_KEY}" > ~/.ssh/deploy_key
|
- 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
|
- 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