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 4df5f8a commit f28f9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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 f28f9a4

Please sign in to comment.