From 025db831f4e8fba85faeb65efa75a9afa77daf1f Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 9 May 2014 12:01:31 -0400 Subject: [PATCH] Update heroku.rst --- docs/installing/cloud/heroku.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing/cloud/heroku.rst b/docs/installing/cloud/heroku.rst index 6662d0b22b..e6aaa6f27a 100644 --- a/docs/installing/cloud/heroku.rst +++ b/docs/installing/cloud/heroku.rst @@ -39,7 +39,7 @@ Heroku .. code:: bash - git add -f Procfile config.json public/config.json && git commit -am "adding Procfile and configs for Heroku" + git add -f Procfile config.json package.json && git commit -am "adding Procfile and configs for Heroku" 15. Push to heroku: ``git push heroku master`` * Ensure that a proper SSH key was added to your account, otherwise the push will not succeed!