Skip to content

Commit

Permalink
try 161
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 23, 2024
1 parent 4455eb2 commit 27d34a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
# Clone the repository with submodules
git clone -b cicd https://github.com/${{ github.repository }} .
eval `ssh-agent -s`
eval "$(ssh-agent)"
echo "${{ env.SSH_PRIVATE_KEY }}" > id_rsa
chmod 777 id_rsa
ssh-add id_rsa
git submodule init
Expand Down

0 comments on commit 27d34a3

Please sign in to comment.