Skip to content

Commit

Permalink
try 144
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 23, 2024
1 parent 8bdd219 commit 3189016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
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 https://github.com/${{ github.repository }} .
git clone --recurse-submodules -b ci-cd https://github.com/${{ github.repository }} .
# Create .env file
echo "${{ secrets.ENVS }}" > .env
Expand Down

0 comments on commit 3189016

Please sign in to comment.