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