Fix config

This commit is contained in:
lostinlight 2022-01-29 21:24:04 +03:00
parent 78329bbdbd
commit 5913c591a4
1 changed files with 1 additions and 1 deletions

View File

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