From 7b008d6d6b44055218ea575617ba575ca59b9120 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Fri, 23 Nov 2018 17:02:04 +0200 Subject: [PATCH] Add Heroku button to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bea248dc40..6bcccf6a65 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ repository instead of cloning it. See the [Customization guide](./docs/customiza If you want to build your own Flex marketplace by customizing the template application, see the [Customization guide](docs/customization-guide.md) documentation. +## Deploying to Heroku + +**Note:** Remember to fork the repository before deploying the application. Connecting your own +Github repository to Heroku will make manual deploys easier. + +See [documentation about deploying to Heroku](./docs/deploying-to-production.md#deploying-to-Heroku) +for more information. + +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) + ## Documentation Full documentation can be found in the [docs directory](docs/).