with proper file

This commit is contained in:
2022-08-14 22:30:08 +02:00
parent 20d6119523
commit 1eb447e94c

View File

@@ -16,7 +16,7 @@ if [ -n "$SSH_KEY" ]; then
chmod 600 $SSH_KEY_ID
cat >$HOME/.ssh/config <<EOL
Host ci.i.kjuulh.io
Host git.front.kjuulh.io
IdentityFile ${SSH_KEY_ID}
IdentitiesOnly yes
UserKnownHostsFile=/dev/null