diff --git a/README.md b/README.md index 83f5faf..4468b0e 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,16 @@ Two commands, one for installing, another for running. Running it on Heroku -------------------- +Requirements: +1. Heroku +2. Git +3. Your Jekyll Repo ``` git clone https://github.com/alagu/pagoda +cd pagoda heroku create -heroku config:add JEKYLL_ENV=git@bitbucket.org/alagu/blog-test.git +bundle exec rake heroku ``` diff --git a/tasks/heroku.rake b/tasks/heroku.rake index 7bbf838..f95e237 100644 --- a/tasks/heroku.rake +++ b/tasks/heroku.rake @@ -80,12 +80,12 @@ task "heroku" do end end - puts "------------------------------" - puts "Setting Heroku configuration " - puts get_config(heroku_auth_data) - puts "------------------------------" - puts "Copy this ssh key to online (also saved in ~/.ssh/pagoda-key.pub)" + puts "Heroku configuration Done. " + + puts "Copy this ssh public key to github or bitbucket or your git remote (also saved in ~/.ssh/pagoda-key.pub)" puts puts public_key + puts + puts "Visit http://#{heroku_auth_data[:app]}.herokuapp.com/ and login with the above given Username & Password" end \ No newline at end of file