mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-09 17:39:33 +00:00
Fix config
This commit is contained in:
parent
78329bbdbd
commit
5913c591a4
|
@ -19,7 +19,7 @@ pipeline:
|
|||
secrets: [ deploy_key ]
|
||||
commands:
|
||||
- apk add rsync
|
||||
- mkdir .ssh
|
||||
- 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
|
||||
- chmod -R u=rwX,go= ~/.ssh
|
||||
|
|
Loading…
Reference in a new issue