fixing errors on deploy
Deploy / deploy (push) Successful in 2m25s

This commit is contained in:
twotalesanimation
2026-06-11 12:39:01 +02:00
parent 3f0c5d1dbe
commit 72f3107b1e
3 changed files with 12 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "Running database migrations..."
node node_modules/prisma/build/index.js migrate deploy
echo "Starting server..."
exec node server.js