summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2018-01-31 13:58:09 +0100
committerSheogorath2018-01-31 14:00:49 +0100
commit1a4800e21a2d10b51ff8464804b877b384662eea (patch)
tree07798c0e7463f6f2181f0d7b5e39c9a37fd9e352
parent6b97dd7aac8318c2843ccc606cbdb1fd66720a0a (diff)
Update Heroku button
The button needs a parameter to work, that provides the git repository that is used for the deployment. This commit corrects the link and this way fixes the provisioning as it's not working with the wrong/default buildpacks. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index aaca0231..6dde54e0 100644
--- a/README.md
+++ b/README.md
@@ -70,9 +70,11 @@ Thanks for using! :smile:
## Heroku Deployment
-You can quickly setup a sample heroku hackmd application by clicking the button below.
+You can quickly setup a sample Heroku HackMD application by clicking the button below.
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
+[![Deploy on Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hackmdio/hackmd/tree/master)
+
+If you deploy it without the button, keep in mind to use the right buildpacks. For details check `app.json`.
## HackMD by docker container
[![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=https://github.com/hackmdio/docker-hackmd/raw/master/docker-compose.yml&stack_name=hackmd)