We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e775fb8 commit 9391058Copy full SHA for 9391058
entrypoint.sh
@@ -39,7 +39,7 @@ then
39
chmod 600 "$DEPLOY_KEY_FILE"
40
41
SSH_KNOWN_HOSTS_FILE="$HOME/.ssh/known_hosts"
42
- ssh-keyscan -H github.com > "$SSH_KNOWN_HOSTS_FILE"
+ ssh-keyscan -H "$GITHUB_SERVER" > "$SSH_KNOWN_HOSTS_FILE"
43
44
export GIT_SSH_COMMAND="ssh -i "$DEPLOY_KEY_FILE" -o UserKnownHostsFile=$SSH_KNOWN_HOSTS_FILE"
45
0 commit comments