Skip to content

Commit

Permalink
Add fake ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 25, 2024
1 parent f060378 commit eec4ec6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ LIVE_REPO="https://github.com/Redot-Engine/$LIVE_ROOT.git"
BUILD_DIR="html/en/$GIT_BRANCH"

echo "###############################"
ls -la ~/.ssh
git config --list

echo $BUILD_SSH_KEY > ~/.ssh/id_rsa

cat ~/.ssh/id_rsa

git config core.sshCommand 'ssh -i ~/.ssh/id_rsa' #specific private key


mkdir -p $REPORT_DIR
rm $REPORT_FILE
Expand Down

0 comments on commit eec4ec6

Please sign in to comment.