Skip to content

Commit

Permalink
Merge pull request #2 from navikt/bump_deploy@v2
Browse files Browse the repository at this point in the history
bump_deploy@v2
  • Loading branch information
eirikmol authored Feb 6, 2024
2 parents 6dfa00e + 6bf9439 commit 445e67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_dev_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
steps:
# PULLER REPO
- name: 'Pull repo'
Expand Down Expand Up @@ -49,9 +50,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# DEPLOYER dev-gcp
- name: 'Deploy omsorgsopptjening-start-innlesning to dev-gcp'
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
RESOURCE: nais/dev-gcp.yml,nais/unleash-apitoken-dev-gcp.yml
CLUSTER: dev-gcp
IMAGE: ${{ env.IMAGE_GHCR }}
4 changes: 2 additions & 2 deletions .github/workflows/deploy_prod_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
steps:
# PULLER REPO
- name: 'Pull repo'
Expand Down Expand Up @@ -49,9 +50,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# DEPLOYER prod-gcp
- name: 'Deploy omsorgsopptjening-start-innlesning to prod-gcp'
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
RESOURCE: nais/prod-gcp.yml,nais/unleash-apitoken-prod-gcp.yml
CLUSTER: prod-gcp
IMAGE: ${{ env.IMAGE_GHCR }}

0 comments on commit 445e67f

Please sign in to comment.