From 95d4d7aace44a62ed2bc3c3cb604ba9266741dc9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 8 Dec 2021 20:28:36 +0200 Subject: [PATCH] README.md: add Heroku deploy instructions This is for me! --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 80b283a..ef3e0b6 100644 --- a/README.md +++ b/README.md @@ -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).