Browse Source

Update staging.yaml

abelanger5 5 years ago
parent
commit
31ad168836
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/staging.yaml

+ 1 - 1
.github/workflows/staging.yaml

@@ -41,7 +41,7 @@ jobs:
     - name: Deploy to cluster
     - name: Deploy to cluster
       run: |
       run: |
         gcloud container clusters get-credentials \
         gcloud container clusters get-credentials \
-          staging --project ${{ secrets.GCP_PROJECT_ID }}
+          staging --region us-central1 --project ${{ secrets.GCP_PROJECT_ID }}
           
           
         kubectl rollout restart deployment/porter
         kubectl rollout restart deployment/porter