Deploy redirect ingress to dev | Oppgrader checkout-action til v4 Co-authored-by: Thomas Dufourd <[email protected]> #26
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy redirect ingresses to dev | |
run-name: Deploy redirect ingress to dev | ${{ github.event.head_commit.message }} | |
on: | |
push: | |
paths: | |
- ".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 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Deploy sykefravarsstatistikk redirect ingress to dev | |
uses: nais/deploy/actions/deploy@v2 | |
env: | |
CLUSTER: dev-gcp | |
RESOURCE: "\ | |
.nais/redirect-sykefravarsstatistikk-dev.yaml,\ | |
.nais/redirect-forebyggingsplan-dev.yaml" | |