ci: move prisma generate to launch stage

This commit is contained in:
Vasily Zubarev
2025-05-03 10:08:39 +02:00
parent 9a6f2d9c32
commit e0508be540
3 changed files with 2 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ echo "PostgreSQL server is ready!"
# Run database migrations
echo "Running database migrations..."
npx prisma generate
npx prisma migrate deploy
# Start the application