Skip to content

Commit

Permalink
auto update script
Browse files Browse the repository at this point in the history
  • Loading branch information
islandbitcoin committed Aug 28, 2023
1 parent 8f621e1 commit b0be7ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
project_id: flash-staging-cluster

# Install the gke-gcloud-auth-plugin
- name: Install gke-gcloud-auth-plugin
run: gcloud components install gke-gcloud-auth-plugin

- name: Configure Kubernetes Cluster
run: |
gcloud container clusters get-credentials $CLUSTER_NAME --zone us-east1
Expand Down

0 comments on commit b0be7ef

Please sign in to comment.