Skip to content

Commit

Permalink
try 131
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 23, 2024
1 parent ca6d123 commit 628b035
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
mkdir -p $DIRECTORY
cd $DIRECTORY
eval `ssh-agent -s`
echo $SHELL
ssh-agent -s
ssh-add ~/.ssh/keys/cloning/id_rsa
# Clone the repository with submodules
git clone --recurse-submodules -b cicd https://github.com/${{ github.repository }} .
Expand Down

0 comments on commit 628b035

Please sign in to comment.