-
Notifications
You must be signed in to change notification settings - Fork 190
Deploying with Heroku
Christopher Small edited this page Apr 19, 2022
·
2 revisions
It is now possible to deploy to Heroku using the heroku.yml
manifest at the root of this application.
This will create server and worker nodes, and comes with a script for deploying compiled client assets to S3 for serving up via CDN.
You'll still need to:
- configure the applications environment variables
- set up the S3 CDN
- set up a Heroku PostgreSQL database, and run the migrations
But once you do, you'll have a fully scalable Polis deployment!
If you go this route, please feel free to document the process more extensively here.