anyone here using prisma on heroku?
# orm-help
h
anyone here using prisma on heroku?
w
I know there are special 'heroku' docker images: https://hub.docker.com/r/prismagraphql/prisma/tags
h
Thanks @Wendell Misiedjan but not what I'm looking for
Trying to understand how to get this thing working
It's deploying the database project which is behind a secret
What I want to deploy the "app" project
localhost:4000
which I use locally
m
you should create another project on heroku for your main server
and then deploy your sever there with heroku’s deployment options
h
it does make what you said
I had done this before with Prisma but I don't remember creating another server
actually it doesn't make much sense because this is already on heroku if I add to another heroku or even a procfile it will break on Prisma