Skip to content

Commit

Permalink
change region to us-central1-a
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschultz committed May 20, 2024
1 parent cf87f05 commit 322b5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}
VERSION: ${{ steps.version.outputs.VERSION }}
run: |
gcloud container clusters get-credentials igorsdevcluster --region us-central1
gcloud container clusters get-credentials igorsdevcluster --region us-central1-a
sed -i "s/GOOGLE_PROJECT/$GOOGLE_PROJECT/g; s/VERSION/$VERSION/g" k8s/java-goof.yaml
kubectl apply -f k8s/java-goof.yaml

0 comments on commit 322b5e2

Please sign in to comment.