Skip to content

Commit

Permalink
Try remove custom ssh command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Oct 25, 2024
1 parent c20592e commit eb0f832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ 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"
echo $SSH_COMMAND
# SSH_COMMAND="ssh -vvv -i ~/.ssh/id_cloudflare"
# echo $SSH_COMMAND
echo "$KNOWN_HOSTS" > ~/.ssh/known_hosts

chmod 0600 ~/.ssh/id_cloudflare
chmod 0600 ~/.ssh/id_cloudflare.pub
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 eb0f832

Please sign in to comment.