Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/no.nav.familie-prosessering…
Browse files Browse the repository at this point in the history
…-core-2.20231212093500_bfa0e7c
  • Loading branch information
stigebil authored Dec 18, 2023
2 parents 4de45d2 + 94b0c2a commit 40c77c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
- uses: actions/checkout@v4
- name: Deploy til dev-gcp team namespace
if: (github.triggering_actor != 'dependabot[bot]' || github.event_name != 'merge_group')
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: .deploy/nais/app-preprod.yaml
IMAGE: ${{ needs.build-dev.outputs.image }}
VAR: image=${{ needs.build-dev.outputs.image }}
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
byosbom: target/bom.json
- name: Deploy til dev-gcp
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: .deploy/nais/app-preprod.yaml
IMAGE: ${{ steps.docker-push.outputs.image }}
- name: Deploy til prod-gcp
if: github.ref == 'refs/heads/main'
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
RESOURCE: .deploy/nais/app-prod.yaml
IMAGE: ${{ steps.docker-push.outputs.image }}
VAR: image=${{ steps.docker-push.outputs.image }}
2 changes: 1 addition & 1 deletion .github/workflows/krise-rett-i-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Push Docker image med 'latest' tag
run: docker push ${IMAGE_LATEST}
- name: Deploy til prod-gcp
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
Expand Down

0 comments on commit 40c77c2

Please sign in to comment.