From 172c348ff10941da5a60fa0927254d4f87a89a4a Mon Sep 17 00:00:00 2001 From: rajdip-b Date: Tue, 17 Dec 2024 18:47:44 +0530 Subject: [PATCH] chore(ci): Fixed environment name --- .github/workflows/deploy-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml index a459ca0b..9cb2d184 100644 --- a/.github/workflows/deploy-web.yml +++ b/.github/workflows/deploy-web.yml @@ -11,7 +11,7 @@ on: jobs: build: runs-on: ubuntu-latest - environment: ${{ github.ref == 'refs/heads/main' && 'beta' || 'staging' }} + environment: ${{ github.ref == 'refs/heads/main' && 'beta' || 'stage' }} name: Build and push Web docker image for release steps: