Skip to content

Commit

Permalink
fix: maybe this should work
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaansh committed Jul 15, 2023
1 parent 1af4651 commit 569b54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Deploy to GKE
run: |
gcloud container clusters get-credentials ${{ env.SERVICE }} --zone ${{ env.REGION }} --project ${{ env.PROJECT_ID }}
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
gcloud container clusters get-credentials ${{ env.SERVICE }} --zone ${{ env.REGION }} --project ${{ env.PROJECT_ID }}
Expand Down

0 comments on commit 569b54b

Please sign in to comment.