Skip to content

Commit

Permalink
Update helm-gke-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham1729 authored Nov 3, 2023
1 parent e77c539 commit 785a187
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/helm-gke-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_LOCATION }}

- id: 'get-pods'
run: 'kubectl get pods'

- name: helm chart list
run: helm list -n folio-feed
- name: Set up Taskfile
uses: arduino/setup-task@v1.0.3
- name: helm deploy
run: task helm-upgrade

0 comments on commit 785a187

Please sign in to comment.