mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
4 lines
130 B
Bash
Executable file
4 lines
130 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
prisma migrate deploy --schema=./prisma/schema.prisma
|
|
NEXTAUTH_URL=$NEXT_PUBLIC_BASE_URL node apps/web/server.js
|