Skip to content

v1.40.1 - Viser redaktørmelding ved manglende ankerlenker i innholdsmeny #941

v1.40.1 - Viser redaktørmelding ved manglende ankerlenker i innholdsmeny

v1.40.1 - Viser redaktørmelding ved manglende ankerlenker i innholdsmeny #941

Workflow file for this run

name: Deploy to prod
on:
release:
types: [released]
jobs:
build:
if: github.event.release.target_commitish == 'master'
uses: ./.github/workflows/build-image.yml
permissions:
contents: "read"
id-token: "write"
with:
environment: prod-gcp
imagename: release-${{ github.ref_name }}
ENV: prod
ADMIN_ORIGIN: https://portal-admin.oera.no
APP_ORIGIN: https://www.nav.no
REVALIDATOR_PROXY_ORIGIN: http://nav-enonicxp-frontend-revalidator-proxy
DECORATOR_URL: https://www.nav.no/nav-dekoratoren
XP_ORIGIN: https://www.nav.no
TELEMETRY_URL: https://telemetry.nav.no/collect
INNLOGGINGSSTATUS_URL: https://www.nav.no/person/nav-dekoratoren-api/auth
NAVNO_SEARCH_API_URL: https://navno-search-api.nav.no/content/search-url
RELEASE_TAG: ${{ github.ref_name }}
NAVNO_API_URL: https://www.nav.no/person/navno-api
FAILOVER_ORIGIN: https://www-failover.nav.no
NODE_ENV: production
secrets:
READER_TOKEN: ${{ secrets.READER_TOKEN }}
SERVICE_SECRET: ${{ secrets.SERVICE_SECRET }}
NAIS_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
deploy:
uses: ./.github/workflows/deploy-to-nais.yml
needs: build
permissions:
id-token: "write"
with:
image: ${{ needs.build.outputs.image }}
cluster: prod-gcp
vars_file: vars-prod.yml
config_file: config.yml
hpa_file: hpa-prod.yml
deploy_redis: true