diff --git a/Heroku.textile b/Heroku.textile index c3b34c6..8d6acf7 100644 --- a/Heroku.textile +++ b/Heroku.textile @@ -11,7 +11,7 @@ Installing Tracks 2.0 or newer on Heroku is fairly simple, here are the steps to #config/site.yml -# Add the created site.yml with @git add config/site.yml@ and commit everything with @git -a@ +# Add the created site.yml with @git add config/site.yml@ and commit everything with @git commit -a@ # Create a Heroku app on the Bamboo stack with @heroku create {NAME} --stack bamboo-ree-1.8.7@ # Run @heroku config:add BUNDLE_WITHOUT="development:test:selenium"@ so that only gems needed for production are installed on Heroku # Push the commit with @git push heroku master@