Skip to content

Commit

Permalink
feat: trigger deploy only on helm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham1729 committed Nov 3, 2023
1 parent e8228ce commit 36023dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm-gke-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Helm Deploy to GKE
on:
push:
branches: [ "main" ]
paths:
- "infrastructure/k8s/folio-feed-helm/**"

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}

GAR_LOCATION: us-central1
GKE_CLUSTER: folio-feed-cluster
GKE_LOCATION: us-central1

Expand Down

0 comments on commit 36023dd

Please sign in to comment.