Skip to content

Commit

Permalink
updated flow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-knoldus committed Jul 16, 2024
1 parent 77f91de commit 414325e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
- name: Deploy to GKE
run: |
echo "Getting credentials for cluster ${{ env.CLUSTER_NAME }} in zone ${{ env.REGION }}"
gcloud container clusters get-credentials ${env.CLUSTER_NAME} --region ${env.REGION} --project ${env.PROJECT_ID}
echo "Getting credentials for cluster $CLUSTER_NAME in zone $REGION"
gcloud container clusters get-credentials $CLUSTER_NAME --region $REGION --project $PROJECT_ID
COMMIT_SHA=$(git rev-parse --short HEAD)
SERVICE_NAMES=$(cat projects-changes-deploy.txt)
echo "Service Names: $SERVICE_NAMES"
Expand Down

0 comments on commit 414325e

Please sign in to comment.