Fix config again

This commit is contained in:
lostinlight 2022-01-30 12:29:43 +03:00
parent 5913c591a4
commit 75e0bfb420
1 changed files with 1 additions and 1 deletions

View File

@ -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