Skip to content

Commit

Permalink
La inn prod-deploy for key-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Nov 14, 2024
1 parent 69ae7af commit d4558df
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/kafka-key-maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,22 @@ jobs:
CLUSTER: dev-gcp
RESOURCE: apps/kafka-key-maintenance/nais/nais-dev.yaml
VAR: image=${{ needs.build.outputs.image }},kafka=nav-dev

deploy-prod:
if: github.ref == 'refs/heads/main'
name: Deploy to prod-gcp
needs:
- build
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy to GCP
uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: prod-gcp
RESOURCE: apps/kafka-key-maintenance/nais/nais-prod.yaml
VAR: image=${{ needs.build.outputs.image }},kafka=nav-prod

0 comments on commit d4558df

Please sign in to comment.