Ver código fonte

Update staging.yaml

abelanger5 5 anos atrás
pai
commit
31ad168836
1 arquivos 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