mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
minor change for deployment
This commit is contained in:
parent
24a0252462
commit
954dc25139
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
[phases.setup]
|
[phases.setup]
|
||||||
commands = [
|
commands = [
|
||||||
"npx prisma generate"
|
"npx prisma generate",
|
||||||
|
"npx prisma migrate deploy"
|
||||||
]
|
]
|
||||||
|
|
||||||
[phases.install]
|
[phases.install]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue