mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
npx prisma migrate deploy --schema ./packages/prisma/schema.prisma
|
|
|
|
node apps/web/server.js
|