Skip to content

Commit

Permalink
chore(ci): Fixed environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Dec 17, 2024
1 parent 26d4bed commit 172c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 172c348

Please sign in to comment.