Skip to content

Commit

Permalink
Update deploy-alerts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Oct 16, 2024
1 parent 7a9ee22 commit 4df5f8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
APIKEY: ${{ secrets.DEPLOY_KEY }}
CLUSTER: ${{ matrix.cluster }}
RESOURCE: nais/alerts/alert-manager.yml
VAR: |
cluster=${{ matrix.cluster }}
slack_channel=${{ matrix.cluster == 'prod-fss' && '#k9-los-alerts' || '#k9-los-alerts-dev' }}
VAR: cluster=${{ matrix.cluster }}, slack_channel=${{ matrix.cluster == 'prod-fss' && '#k9-los-alerts' || '#k9-los-alerts-dev' }}
- uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.DEPLOY_KEY }}
Expand Down

0 comments on commit 4df5f8a

Please sign in to comment.