Hello! When deploying via Vercel with 2.18, I'm se...
# orm-help
m
Hello! When deploying via Vercel with 2.18, I'm seeing seed data in a production environment. Do seeds run by default?
d
I believe only if you run
prisma db reset
m
Ah. How'd the seed data get there in the first place? Is it run on
postinstall
?
d
it shouldnt be, thats very strange
m
And will it happen on future deploys?
d
prisma deploy
shouldnt run seed at all
m
I didn't run
prisma deploy
actually, I just connected it to Vercel and Railway, and everything showed up
That's why I presumed it was in
postinstall
somehow
Hmm it might be an artifact from having the Vercel branch initially tied to
main
then moved to a sub branch - let me see if I can reset everything and redeploy
@Dominic Hadfield Figured it out, it was a configuration issue on my end. Oops!
d
👍