Skip to content

Commit

Permalink
Testing file sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
kaja-nav committed Jun 24, 2024
1 parent a978ca9 commit dd206fa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/alerts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deploy alerts to NAIS
on:
push:
branches:
- main
paths:
- '.github/workflows/alerts.yaml'
- 'nais/alerts.yaml'
jobs:
apply-alerts:
name: Apply alerts to cluster
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: deploy to prod-gcp
uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: prod-gcp
RESOURCE: nais/alerts.yaml

0 comments on commit dd206fa

Please sign in to comment.