Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
e Legger til deploy for prod-gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
theagilepadawan committed Jul 7, 2021
1 parent 340d96e commit d927fe5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,24 @@ jobs:
RESOURCE: nais/naiserator-gcp.yaml
VARS: nais/vars-dev-gcp.yaml

deploy-prod-gcp:
name: Deploy to prod-gcp
needs: deploy-dev-gcp
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lag tag for image
run: echo "TAG=$(git log -1 --pretty='%ad_%h' --date=format:'%Y%m%d%H%M%S')" >> $GITHUB_ENV
- name: Lag full image referanse
run: echo "IMAGE=$IMAGE_BASE:$TAG" >> $GITHUB_ENV
- name: Deploy with nais
uses: nais/deploy/actions/deploy@master
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
RESOURCE: nais/naiserator-gcp.yaml
VARS: nais/vars-p-gcp.yaml

deploy-prod-fss-paw:
name: Deploy to Prod FSS
needs: deploy-dev-fss
Expand Down
13 changes: 13 additions & 0 deletions nais/vars-p-gcp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace: paw
app_environment_name: paw
appres_cms_url: https://appres.nav.no
loginservice_url: https://loginservice.nav.no
arbeidssokerregistrering_url: https://arbeidssokerregistrering.nav.no
dittnav_link_url: https://tjenester.nav.no/dittnav/
veientilarbeid_url: https://veientilarbeid.nav.no
sykefravaer_url: https://tjenester.nav.no/sykefravaer
aktivitetsplan_url: https://aktivitetsplan.nav.no
pam_janzz_url: https://arbeidsplassen.nav.no
veilarbproxy_url: http://pto-proxy.pto.svc.cluster.local/proxy
externalHosts:
- appres.nav.no

0 comments on commit d927fe5

Please sign in to comment.