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 7f9bf4e commit 82198d0
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 @@ -31,15 +31,15 @@ jobs:
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
image_suffix: ${{ matrix.environment }}
build_args: |
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 }}
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 }}
build_secrets: >-
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 82198d0

Please sign in to comment.