CUCentralAdvancement / cms

The Central Advancement Content Management System
MIT License
0 stars 0 forks source link

Deploy To Heroku #24

Closed alexfinnarn closed 3 years ago

alexfinnarn commented 3 years ago

https://www.prisma.io/docs/guides/deployment/deploying-to-heroku

For the database, there are considerations with connection pooling that we should test as early as possible...which can be now. Since Next.js is often serverless, I think you have to manage to disconnect from Postgres. Hopefully, that guide makes it straightforward.

Acceptance Criteria