Browse Source

change name of dev -> staging

Alexander Belanger 5 years ago
parent
commit
12d7024153
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/staging.yaml

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

@@ -48,6 +48,6 @@ jobs:
           docker push gcr.io/porter-dev-273614/porter:staging
       - name: Deploy to cluster
         run: |
-          aws eks --region ${{ secrets.AWS_REGION }} update-kubeconfig --name dev
+          aws eks --region ${{ secrets.AWS_REGION }} update-kubeconfig --name staging
             
           kubectl rollout restart deployment/porter