Przeglądaj źródła

Merge pull request #290 from porter-dev/master

Update staging.yaml
abelanger5 5 lat temu
rodzic
commit
05f58859c7
1 zmienionych plików z 1 dodań i 1 usunięć
  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