Ver Fonte

Merge pull request #290 from porter-dev/master

Update staging.yaml
abelanger5 há 5 anos atrás
pai
commit
05f58859c7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/staging.yaml

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

@@ -41,7 +41,7 @@ jobs:
     - name: Deploy to cluster
       run: |
         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