diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ca0783e..52e57ed 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,9 +21,9 @@ jobs: run: npm i - name: Reset and Push Database Migrations - run: npx prisma migrate reset && npm run db:push + run: npx prisma migrate reset --force && npx prisma db push env: - - DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }} + - DATABASE_URL: "${{ secrets.POSTGRESQL_CONN_STRING }}" - name: Build Dist run: npm run build \ No newline at end of file