-
Notifications
You must be signed in to change notification settings - Fork 2
Deploying to Heroku
HALLOWEEN edited this page Aug 13, 2022
·
6 revisions
To Do: Create a documentation and aggregate all resources
- pyproject.toml: must specify exact python version, e.g. 3.9.6 instead of ^3.9
- https://dev.to/aurelmegn/how-to-deploy-poetry-based-fast-api-on-heroku-2hd6
- https://devcenter.heroku.com/articles/git
- https://devcenter.heroku.com/articles/heroku-postgresql#connecting-in-python
References
- https://devcenter.heroku.com/articles/procfile#procfile-naming-and-location
- https://stackoverflow.com/questions/62688256/sqlalchemy-exc-nosuchmoduleerror-cant-load-plugin-sqlalchemy-dialectspostgre
Check Out Deploy Actions
Others