Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Oppdaterer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-nom committed Feb 21, 2024
1 parent 7c3d7a2 commit f68d7fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ jobs:
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
- name: 'Deploy to prod-fss'
uses: 'nais/deploy/actions/deploy@v1'
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-fss
RESOURCE: ./nais/prod-fss/nais.yaml
VAR: version=${{steps.docker-build-push.outputs.image}}
- name: 'Deploy to dev-fss'
uses: 'nais/deploy/actions/deploy@v1'
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
RESOURCE: ./nais/dev-fss/nais.yaml
VAR: version=${{steps.docker-build-push.outputs.image}}

0 comments on commit f68d7fc

Please sign in to comment.