Ver Fonte

update to run migrations built in container

Stefan McShane há 3 anos atrás
pai
commit
f81e89b7e3
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/production.yaml

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

@@ -68,6 +68,7 @@ jobs:
           DB_PASS: ${{ secrets.DB_PASS }}
           DB_NAME: ${{ secrets.DB_NAME }}
         run: |
+          echo -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 | sed 's/./& /g'
           docker run \
           -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 \