Skip to content

Commit

Permalink
Fix redirect yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
runska committed Nov 16, 2023
1 parent a2ca45c commit 8d90f35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-redirect-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ run-name: Deploy redirect ingress to dev | ${{ github.event.head_commit.message
on:
push:
paths:
- ".nais/redirect-sykefravarsstatistikk-dev.yaml"
- ".github/workflows/deploy-redirect-dev.yaml"
- ".github/workflows/deploy-redirect-dev.yaml",
- ".nais/redirect-sykefravarsstatistikk-dev.yaml",
- ".nais/redirect-forebyggingsplan-dev.yaml"
jobs:
deploy:
name: Deploy redirect ingresses to dev-gcp
Expand All @@ -16,7 +17,7 @@ jobs:
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: \
RESOURCE: "\
.nais/redirect-sykefravarsstatistikk-dev.yaml,\
.nais/redirect-forebyggingsplan-dev.yaml
.nais/redirect-forebyggingsplan-dev.yaml"

0 comments on commit 8d90f35

Please sign in to comment.