diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41405d0..a2bca6c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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