Skip to content

Commit

Permalink
Debug ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Oct 25, 2024
1 parent eb0f832 commit e40b217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ then
mkdir ~/.ssh
echo "$BUILD_SSH_KEY" > ~/.ssh/id_cloudflare
echo "$BUILD_SSH_KEY_PUB" > ~/.ssh/id_cloudflare.pub
# SSH_COMMAND="ssh -vvv -i ~/.ssh/id_cloudflare"
SSH_COMMAND="ssh -vvv"
# echo $SSH_COMMAND
echo "$KNOWN_HOSTS" > ~/.ssh/known_hosts

Expand All @@ -74,7 +74,7 @@ then
chmod 0644 ~/.ssh/known_hosts
chmod 0755 ~/.ssh

# git config --global core.sshCommand "$SSH_COMMAND"
git config --global core.sshCommand "$SSH_COMMAND"
git config --global remote.origin.url [email protected]:Redot-Engine/redot-docs-live.git

insteadof=`git config --list | grep insteadof`
Expand Down

0 comments on commit e40b217

Please sign in to comment.