From e34a6e96e14b08288771b2d23652cf5479433270 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 8 May 2021 17:24:48 +0200 Subject: [PATCH] fix: remove hardcoded github domain --- docker-entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index d0fdb83..942d8bc 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -55,8 +55,7 @@ if [ -n "$GITIT_REMOTE_REPOSITORY" ]; then mkdir -p /root/.ssh cat > /root/.ssh/config <<-MARK - Host github.com - User git + Host $GITIT_REMOTE_DOMAIN IdentityFile /data/ssh/mirror_rsa MARK chmod 600 /root/.ssh/config