Skip to content

Commit

Permalink
Try configure remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Oct 25, 2024
1 parent 86cfeee commit e6859e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ then
SSH_COMMAND="ssh -vvv -i ~/.ssh/id_priv"
echo $SSH_COMMAND
git config --global core.sshCommand "$SSH_COMMAND"
git config --global remote.origin.url [email protected]:Redot-Engine/redot-docs.git

echo "Setting credentials"
git config --global user.email "cloudflare-workers-and-pages[bot]@cloudflare.com"
git config --global user.name "cloudflare-workers-and-pages[bot]"
git config --global credential.username "cloudflare-workers-and-pages[bot]"

fi
git config --global core.pager cat
git config --list
Expand Down

0 comments on commit e6859e4

Please sign in to comment.