This is a sample Next.js app with prisma on Heroku. This app uses a specific schema instead of public
(default schema).
- A Heroku app
- Heroku Postgresql database which is attached by above app
SCHEMA
config var
git clone
heroku git:remote [heroku app name]
git add
thengit commit -m "some messages"
git push heroku main
(If your git configuresmaster
, you need to rungit push heroku master
)