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
|
- name: Get GKE Credentials
|
||||||
run: |
|
run: |
|
||||||
gcloud container clusters get-credentials ${{ secrets.GKE_CLUSTER }} \
|
gcloud container clusters get-credentials ${{ secrets.GKE_CLUSTER }} \
|
||||||
--zone ${{ secrets.GKE_ZONE }} \
|
--zone ${{ secrets.GCP_REGION }} \
|
||||||
--project ${{ secrets.GCP_PROJECT }}
|
--project ${{ secrets.GCP_PROJECT }}
|
||||||
|
|
||||||
- name: Deploy to GKE
|
- name: Deploy to GKE
|
||||||
|
|||||||
Reference in New Issue
Block a user