1
0
Fork 0
mirror of https://github.com/lukevella/rallly.git synced 2025-07-28 05:37:49 +02:00
rallly/scripts/vercel.sh
2023-09-11 15:34:55 +01:00

6 lines
171 B
Bash
Executable file

#!/bin/sh
set -e
yarn prisma generate
yarn build
# Deploy migration using direct database connection (no connection pool)
DATABASE_URL=$DIRECT_DATABASE_URL yarn db:deploy