mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 12:00:45 +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]
|
||||
commands = [
|
||||
"npx prisma generate"
|
||||
"npx prisma generate",
|
||||
"npx prisma migrate deploy"
|
||||
]
|
||||
|
||||
[phases.install]
|
||||
|
|
|
|||
Loading…
Reference in a new issue