From 80b046c1e0365649bf357111b3f9ebdd95dee48c Mon Sep 17 00:00:00 2001 From: A7640S <109904807+A7640S@users.noreply.github.com> Date: Fri, 18 Jul 2025 17:38:16 +0000 Subject: [PATCH 1/2] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5ee9d37..57a88e6 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -51,7 +51,7 @@ jobs: git clone https://github.com/223MapAction/Mapapi.git . fi - git pull origin dev + git pull origin main echo "Création du fichier .env..." cat > .env < Date: Fri, 18 Jul 2025 17:46:23 +0000 Subject: [PATCH 2/2] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 57a88e6..3a4bce0 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -31,7 +31,7 @@ jobs: deploy: needs: cleanup - if: success() && github.event_name == 'push' && github.ref == 'refs/heads/dev' + if: success() && github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: