Skip to content

Commit

Permalink
Tester mer i pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Nov 26, 2024
1 parent bfe0a3a commit 37c6ddf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_deploy_gcp_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
image_suffix: ${{ matrix.environment }}
build_args: >-
DIGISOS_ENV=${{ matrix.environment }}
LOGIN_SESSION_API_URL="https://www.nav.no/sosialhjelp/soknad/oauth2/session"
LOGOUT_URL="https://www.nav.no/sosialhjelp/soknad/oauth2/logout"
NAIS_MANAGEMENT_PROJECT_ID="${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}"
LOGIN_SESSION_API_URL=https://www.nav.no/sosialhjelp/soknad/oauth2/session
LOGOUT_URL=https://www.nav.no/sosialhjelp/soknad/oauth2/logout
NAIS_MANAGEMENT_PROJECT_ID=${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
build_secrets: >-
NODE_AUTH_TOKEN="${{ secrets.READER_TOKEN }}"
NAIS_WORKLOAD_IDENTITY_PROVIDER="${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}"
NODE_AUTH_TOKEN=${{ secrets.READER_TOKEN }}
NAIS_WORKLOAD_IDENTITY_PROVIDER=${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
- name: "Deploy to ${{ matrix.environment }}"
uses: nais/deploy/actions/deploy@v2
Expand Down

0 comments on commit 37c6ddf

Please sign in to comment.