Skip to content

Commit

Permalink
try 159
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 23, 2024
1 parent f33212d commit d8b1e0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,14 @@ jobs:
mkdir -p $DIRECTORY
cd $DIRECTORY
echo "${{ env.SSH_PRIVATE_KEY }}" > id_rsa
# Clone the repository with submodules
git clone -b cicd https://github.com/${{ github.repository }} .
echo "${{ env.SSH_PRIVATE_KEY }}" > id_rsa
ssh-add id_rsa
git submodule init
git submodule update
Expand Down

0 comments on commit d8b1e0e

Please sign in to comment.