nvm, I think we got it. `.env.dev` and `.env.prod`...
# orm-help
s
nvm, I think we got it.
.env.dev
and
.env.prod
with different
PRISMA_ENDPOINT
values (and secrets). just changing the endpoint suffix from
/dev
to
/prod
seemed to work. and then
prisma deploy -e .env.prod
works as expected, and
now deploy -n ourapp-prod --dotenv .env.prod