Update deploy-to-gke-BS.yml
fixed the error
This commit is contained in:
2
.github/workflows/deploy-to-gke-BS.yml
vendored
2
.github/workflows/deploy-to-gke-BS.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Get GKE Credentials
|
||||
run: |
|
||||
gcloud container clusters get-credentials ${{ secrets.GKE_CLUSTER }} \
|
||||
--zone ${{ secrets.GKE_ZONE }} \
|
||||
--zone ${{ secrets.GCP_REGION }} \
|
||||
--project ${{ secrets.GCP_PROJECT }}
|
||||
|
||||
- name: Deploy to GKE
|
||||
|
||||
Reference in New Issue
Block a user