From 7ea4366e4b2f01d222a4c9e6a3611764504b1f63 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 21 Nov 2021 17:10:17 +0100 Subject: [PATCH] Make it easy to deploy to Heroku for free --- README.md | 4 ++++ app.json | 1 + 2 files changed, 5 insertions(+) create mode 100644 app.json diff --git a/README.md b/README.md index 5ad1035..4b72a00 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,10 @@ Then execute docker-compose build --no-cache --pull ``` +Using Heroku free tier: + +[Deploy to Heroku](https://heroku.com/deploy?template=https://github.com/pictuga/morss) + ## Run morss will auto-detect what "mode" to use. diff --git a/app.json b/app.json new file mode 100644 index 0000000..cb1f3ec --- /dev/null +++ b/app.json @@ -0,0 +1 @@ +{"name": "morss"}