From 31890160cd684e2d34e70019bc491a116e5a4646 Mon Sep 17 00:00:00 2001 From: Handeye <58805641+JollyRojer1512@users.noreply.github.com> Date: Sun, 23 Jun 2024 07:19:13 +0500 Subject: [PATCH] try 144 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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