Skip to content

Commit

Permalink
correct gcp workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruiyan Dong committed Jun 19, 2022
1 parent f86e79e commit 48b4a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
- name: Deploy to GKE
run: |
gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $PROJECT_ID
helm upgrade $DEPLOYMENT_NAME oci://$GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$CHART_REPO/$DEPLOYMENT_NAME --install --set image=$GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/$IMAGE:$TAG
helm upgrade $DEPLOYMENT_NAME oci://$GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$CHART_REPO/$DEPLOYMENT_NAME --install --set image.tag=$TAG
kubectl rollout status deployment/$DEPLOYMENT_NAME
kubectl get services -o wide

0 comments on commit 48b4a95

Please sign in to comment.