From 52240b2564b9eaf087890a410959fc469c40a7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobiasz=20K=C4=99dzierski?= Date: Mon, 7 Oct 2019 07:56:52 +0200 Subject: [PATCH] fixup! Apply suggestions from code review --- {{cookiecutter.app_name}}/README.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/{{cookiecutter.app_name}}/README.rst b/{{cookiecutter.app_name}}/README.rst index 50c5913..9e29ee7 100644 --- a/{{cookiecutter.app_name}}/README.rst +++ b/{{cookiecutter.app_name}}/README.rst @@ -157,6 +157,14 @@ Since the filesystem on Heroku is ephemeral, non-version controlled files (like **Note:** ``psycopg2-binary`` package is a practical choice for development and testing but in production it is advised to use the package built from sources. Read more in the `psycopg2 documentation `_ +If you keep your project on GitHub you can use 'Deploy to Heroku' button thanks to which the deployment can be done in web browser with minimal configuration required. +The configuration used by the button is stored in ``app.json`` file. + +.. raw:: html + + Deploy +
+ Deployment by using `Heroku CLI `_: * Create Heroku App. You can leave your app name, change it, or leave it blank (random name will be generated):: @@ -183,11 +191,4 @@ Deployment by using `Heroku CLI Deploy - -{%- endif %} +{%- endif %} \ No newline at end of file