Selaa lähdekoodia

Update staging.yaml

abelanger5 5 vuotta sitten
vanhempi
sitoutus
31ad168836
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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