mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-26 10:59:23 +00:00
Fix file in readme
This commit is contained in:
parent
601bebc1b0
commit
df9503ee97
3 changed files with 6 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
run: |
|
||||
gcloud container clusters get-credentials $GKE_CLUSTER \
|
||||
--zone $GKE_ZONE --project $GKE_PROJECT
|
||||
./kustomize edit set image gcr.io/$GKE_PROJECT/$IMAGE:${GITHUB_SHA}
|
||||
./kustomize edit set image gcr.io/$GKE_PROJECT/$IMAGE:$GITHUB_SHA
|
||||
./kustomize build . | kubectl apply -f -
|
||||
kubectl rollout status deployment/gke-test
|
||||
kubectl get services -o wide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue