Skip to content

Commit

Permalink
try 140
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 23, 2024
1 parent 40acdd3 commit 6ba8e3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
echo $SSH_AUTH_SOCK
echo $SSH_AGENT_PID
ssh-add /home/github/.ssh/keys/cloning/id_rsa
echo "$SSH_PRIVATE_KEY" > ~/.ssh/keys/cloning/github_key
chmod 600 ~/.ssh/keys/cloning/github_key
echo "IdentityFile ~/.ssh/keys/cloning/github_key" >> ~/.ssh/config
# Clone the repository with submodules
git clone --recurse-submodules -b cicd https://github.com/${{ github.repository }} .
Expand Down

0 comments on commit 6ba8e3d

Please sign in to comment.