Commit a9084c10dae87d133f48c498d0342a72d0fcbfbc

Authored by Arthur Nogueira Neves
2 parents 4177dd4e 29d9c484
Exists in master and in 1 other branch production

Merge pull request #719 from tricknotes/fix-deploying-in-readme

Fix how to deploy to Heroku in README
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
README.md
... ... @@ -179,9 +179,6 @@ heroku config:add HEROKU=true
179 179 heroku config:add SECRET_TOKEN="$(bundle exec rake secret)"
180 180 heroku config:add ERRBIT_HOST=some-hostname.example.com
181 181 heroku config:add ERRBIT_EMAIL_FROM=example@example.com
182   -# This next line is required to access env variables during asset compilation.
183   -# For more info, go to this link: https://devcenter.heroku.com/articles/labs-user-env-compile
184   -heroku labs:enable user-env-compile
185 182 git push heroku master
186 183 ```
187 184  
... ...