Sfoglia il codice sorgente

Update production.yaml (#2983)

jusrhee 3 anni fa
parent
commit
6f6f497450
1 ha cambiato i file con 0 aggiunte e 9 eliminazioni
  1. 0 9
      .github/workflows/production.yaml

+ 0 - 9
.github/workflows/production.yaml

@@ -58,15 +58,6 @@ jobs:
       - name: Push
         run: |
           docker push gcr.io/porter-dev-273614/porter:latest
-      - name: Run Migrations
-        env:
-          DB_HOST: ${{ secrets.DB_HOST }}
-          DB_PORT: ${{ secrets.DB_PORT }}
-          DB_USER: ${{ secrets.DB_USER }}
-          DB_PASS: ${{ secrets.DB_PASS }}
-          DB_NAME: ${{ secrets.DB_NAME }}
-        run: |
-          docker run -it -e DB_HOST=$DB_HOST -e DB_PORT=$DB_PORT -e DB_USER=$DB_USER -e DB_PASS=$DB_PASS -e DB_NAME=$DB_NAME gcr.io/porter-dev-273614/porter:latest /porter/migrate
       - name: Deploy to cluster
         run: |
           aws eks --region ${{ secrets.AWS_REGION }} update-kubeconfig --name production-2