Skip to content

Commit

Permalink
Add Heroku deploy button to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals committed Mar 30, 2017
1 parent e912fe4 commit 574b59e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/generators/heroku_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ def add_sidekiq_config
def add_readme_info
append_to_file("README.md", <<-README_INFO)
### How to deploy
1. Use the "Deploy to Heroku" button you'll find in this file
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
1. Use the "Deploy to Heroku" button
1. Choose a name for the app, and organization and a tier
1. Fill in the required env vars.
1. Create the app
Expand Down

0 comments on commit 574b59e

Please sign in to comment.