From 0ce68139e13da4782b0a3f82256461b4c7e90f24 Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Tue, 13 May 2025 10:18:32 +0100 Subject: [PATCH] change build.yaml --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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