From cff470acb017d1df2b13d4bf54571c1d364497b7 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Wed, 15 Apr 2020 04:01:11 +1200 Subject: [PATCH] Add Heroku deploy link to readme --- README.md | 2 ++ app.json | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 app.json diff --git a/README.md b/README.md index f19d2b5..4cb0488 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Bibliogram is now running on `0.0.0.0:10407`. See [Wiki:Installing](https://github.com/cloudrac3r/bibliogram/wiki/Installing) and [Wiki:Configuring](https://github.com/cloudrac3r/bibliogram/wiki/Configuring) for more details. Problems? [Wiki:Troubleshooting](https://github.com/cloudrac3r/bibliogram/wiki/Troubleshooting) +You can also deploy on Heroku, though I personally would not recommend this. https://heroku.com/deploy?template=https://github.com/cloudrac3r/bibliogram + ## User-facing endpoints - `/` - homepage diff --git a/app.json b/app.json new file mode 100644 index 0000000..98bb050 --- /dev/null +++ b/app.json @@ -0,0 +1,6 @@ +{ + "name": "Bibliogram", + "description": "An alternative front-end for Instagram.", + "repository": "https://github.com/cloudrac3r/bibliogram", + "logo": "https://node-js-sample.herokuapp.com/node.png" +}