diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index 6a7a60b8db..49bc19d102 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -8,7 +8,6 @@ env: IMAGE_TAG: ${{ github.sha }} IMAGE: ghcr.io/navikt/mulighetsrommet IMAGE_LABEL: dev - RESOURCE: .nais/nais.yaml REACT_APP_BACKEND_API_ROOT: https://amt-informasjon-flate.dev.intern.nav.no CI: true TZ: Europe/Amsterdam @@ -136,6 +135,7 @@ jobs: env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-gcp + RESOURCE: frontend/.nais/dev-gcp.yaml VARS: frontend/.nais/dev-gcp.yaml VAR: image_tag=${{env.IMAGE_TAG}},image_label=${{env.IMAGE_LABEL}} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-labs.yaml b/.github/workflows/deploy-labs.yaml index 508d93fb9b..8f6d59e77a 100644 --- a/.github/workflows/deploy-labs.yaml +++ b/.github/workflows/deploy-labs.yaml @@ -11,7 +11,6 @@ env: IMAGE_TAG: ${{ github.sha }} IMAGE: ghcr.io/navikt/mulighetsrommet IMAGE_LABEL: labs - RESOURCE: .nais/nais.yaml REACT_APP_BACKEND_API_ROOT: "" CI: true TZ: Europe/Amsterdam @@ -72,6 +71,6 @@ jobs: env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: labs-gcp - PRINT_PAYLOAD: true + RESOURCE: frontend/.nais/labs-gcp.yaml VARS: frontend/.nais/labs-gcp.yaml VAR: image_tag=${{env.IMAGE_TAG}},image_label=${{env.IMAGE_LABEL}} diff --git a/backend/README.md b/backend/README.md index 04f1fc8718..3c81798c72 100644 --- a/backend/README.md +++ b/backend/README.md @@ -3,8 +3,6 @@ Et API med endepunkter for å hente ut informasjon om forskjellige tiltak NAV kan tilby brukere.
-# DEPLOY BE TRIGGER - # Innhold - [Hensikt](#hensikt) diff --git a/frontend/README.md b/frontend/README.md index c9f3f0ec5a..10e4131786 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -3,8 +3,6 @@ Tilhørende flate for mulighetsrommet for behandling av tiltaksinformasjon. -# DEPLOY FE TRIGGER - # Innhold - [Teknologier](#teknologier)