From feef047430b693ab90fa9f39ba749c93fdffd706 Mon Sep 17 00:00:00 2001 From: Valery Melou Date: Sun, 14 Jul 2024 02:33:27 +0100 Subject: [PATCH] chore: fix environment in ci.yml --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2eb33c7..550d1f4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -28,7 +28,7 @@ jobs: if: github.ref == 'refs/heads/develop' needs: build runs-on: ubuntu-latest - environment: ${{ inputs.environment }} + environment: staging steps: - uses: actions/checkout@v4 @@ -49,7 +49,7 @@ jobs: if: github.ref == 'refs/heads/master' needs: build runs-on: ubuntu-latest - environment: staging + environment: production steps: - uses: actions/checkout@v4