Skip to content

Commit

Permalink
fix resource missing on fe
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Lien committed Dec 9, 2021
1 parent b6f0c34 commit a07dc8c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
3 changes: 1 addition & 2 deletions .github/workflows/deploy-labs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}}
2 changes: 0 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Et API med endepunkter for å hente ut informasjon om forskjellige tiltak NAV kan tilby brukere.
</p>

# DEPLOY BE TRIGGER

# Innhold

- [Hensikt](#hensikt)
Expand Down
2 changes: 0 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Tilhørende flate for <strong>mulighetsrommet</strong> for behandling av tiltaksinformasjon.
</p>

# DEPLOY FE TRIGGER

# Innhold

- [Teknologier](#teknologier)
Expand Down

0 comments on commit a07dc8c

Please sign in to comment.