Skip to content

Commit

Permalink
fix: Altered deployment label from prod to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoGoblino committed Nov 17, 2024
1 parent aa7aa00 commit 6114cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
name: Deploy (CD)
runs-on: ubuntu-latest
needs: [build]
concurrency: production
environment: production
concurrency: staging
environment: staging
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/331-staging' }}

steps:
Expand Down

0 comments on commit 6114cc7

Please sign in to comment.