Skip to content

Commit

Permalink
Merge pull request #609 from navikt/tc-555-upgrade-deployaction-nokke…
Browse files Browse the repository at this point in the history
…lfri-deploy

TC-555 oppgradere deploy action og endre til apinøkkelfri deploys
  • Loading branch information
JulieHillRoa authored Feb 21, 2024
2 parents 8cb9678 + d13a0d9 commit 0989ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:

permissions:
packages: write
id-token: write

concurrency:
group: deploy_feature_branch
Expand Down Expand Up @@ -54,7 +55,6 @@ jobs:
- name: Deploy application
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
RESOURCE: nais-dev.yaml
VAR: image=${{ needs.test-build-and-push.outputs.image }}
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:

permissions:
packages: write
id-token: write

concurrency:
group: deploy_prod
Expand Down Expand Up @@ -55,7 +56,6 @@ jobs:
- name: Deploy application
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
RESOURCE: nais-dev.yaml
VAR: image=${{ needs.test-build-and-push.outputs.image }}
Expand All @@ -71,7 +71,6 @@ jobs:
- name: Deploy application
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-fss
RESOURCE: nais-prod.yaml
VAR: image=${{ needs.test-build-and-push.outputs.image }}

0 comments on commit 0989ef1

Please sign in to comment.