Skip to content

Commit

Permalink
UPDATE: actions to deploy to prod on release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiahUy committed Sep 24, 2020
1 parent 0642f2d commit ae1ed68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- name: Deploy to dev-gcp
- name: Deploy to prod-gcp
uses: nais/deploy/actions/deploy@master
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_KEY }}
CLUSTER: prod-gcp
RESOURCE: topic.yml
VARS: .nais/dev-gcp.json
VARS: .nais/prod-gcp.json
4 changes: 2 additions & 2 deletions topic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
team: dataplattform
spec:
pool: nav-dev
pool: {{pool}}
config: # optional; all fields are optional too; defaults shown
cleanupPolicy: compact # delete, compact
minimumInSyncReplicas: 1
Expand All @@ -20,5 +20,5 @@ spec:
application: ingress-collector
access: write # read, write, readwrite
- team: dataplattform
application: ingress-retriever
application: amplitude-proxy
access: read

0 comments on commit ae1ed68

Please sign in to comment.