Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 386 Bytes

DEV_NOTES.md

File metadata and controls

20 lines (15 loc) · 386 Bytes

Add repo in Heroku

heroku git:remote -a <heroku-project-name>

Prepare Heroku for deployment

heroku buildpacks:clear
heroku buildpacks:add https://github.com/moneymeets/python-poetry-buildpack.git
heroku buildpacks:add heroku/python
heroku buildpacks:add https://github.com/uetchy/heroku-buildpack-pandoc.git

Deploy on Heroku

git push heroku main