You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you mean post-build?
If that is what you mean, no, not by default. You can set this up as post-build/install command.
Or do it manually through putting in a direct command to run the prisma cli.
Simply put npx prisma migrate deploy in f.e:
I'm still learning, so if I'm wrong hopefully the community can correct me.
In my usecase with having Drizzle and Sqlite, I need to directly inject the sqlite file post build and start migration post-build, so I took a different route by merging the start & migrate function into a custom build command within my package.json file:
Hey Coolify community, I was wondering if the execution of the
prisma migrate deploy
command was missing in the prisma example? For example, for heroku, the build tool configuration does notify the commandhttps://github.com/prisma/prisma-examples/blob/latest/deployment-platforms/heroku/Procfile
What do you think about it?
The text was updated successfully, but these errors were encountered: