diff --git a/.github/workflows/deploy-migrations.yaml b/.github/workflows/deploy-migrations.yaml index 818ebe7..3e4f870 100644 --- a/.github/workflows/deploy-migrations.yaml +++ b/.github/workflows/deploy-migrations.yaml @@ -20,4 +20,5 @@ jobs: - name: Apply all pending migrations to the database run: npx prisma migrate deploy env: - DATABASE_URL: ${{ secrets.PRODUCTION_DATABASE_URL }} \ No newline at end of file + POSTGRES_PRISMA_URL: ${{ secrets.PRODUCTION_POSTGRES_PRISMA_URL }} + POSTGRES_URL_NON_POOLING: ${{ secrets.PRODUCTION_POSTGRES_URL_NON_POOLING }} \ No newline at end of file