From fc23e9bdddf595f7f205d54e4658742474ccf8d0 Mon Sep 17 00:00:00 2001 From: Lukasz Balcerzak Date: Sun, 6 Jul 2014 19:56:40 +0200 Subject: [PATCH] Added ssh keys note for 'heroku login' command --- deploy/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/README.md b/deploy/README.md index 96935e9ee0b..2272b817894 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -90,6 +90,8 @@ Then authenticate Heroku account on you computer by running this command: $ heroku login +In case you don't have SSH key that command would automatically create one. SSH keys are required to push code to the heroku. + ## Git Heroku uses git repository to manage your project files, so we need to use it to.