Skip to content

Oppdaterer alerts status -> status_code #8

Oppdaterer alerts status -> status_code

Oppdaterer alerts status -> status_code #8

Workflow file for this run

name: Deploy prod-alerts
on:
push:
branches:
- master
paths:
- .nais/alerts.yml
jobs:
deploy_alerts:
name: Deploy nais-alerts
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Deploy to nais
uses: nais/deploy/actions/deploy@v1
env:
CLUSTER: prod-gcp
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
RESOURCE: .nais/alerts.yml