README.md: add Heroku deploy instructions

This is for me!
This commit is contained in:
Alan Orth 2021-12-08 20:28:36 +02:00
parent a8446ae95b
commit 95d4d7aace
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ Create a Python 3.7+ virtual environment and install the dependencies:
And then visit http://localhost:8000/ in your browser.
## Deploying to Heroku
Install the heroku command line tools, add a heroku git remote, and push:
$ git push heroku
## License
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).