prisma-heroku icon indicating copy to clipboard operation
prisma-heroku copied to clipboard

Example repository to show how to deploy Prisma to Heroku.

Results 3 prisma-heroku issues
Sort by recently updated
recently updated
newest added

Hi, thank you for writing this up! I've been following this in order to deploy to Heroku and found some issues when connecting to the database. These are the issues...

Hi there, first off, thanks so much for this little guide! However, I keep getting this error whenever the app starts on Heroku: ``` 2019-04-24T15:24:04.658285+00:00 heroku[web.1]: Starting process with command...

First of all, thank you very much for this repo! Saved my day. I did, however, have to change the Dockerfile to ``` ARG tag FROM prismagraphql/prisma:$tag COPY ./prerun_hook.sh /app/prerun_hook.sh...