Commit 29d9c48448d4db283b5093cb5080d0a65b2f4e76
1 parent
c8ad80d3
Exists in
master
and in
1 other branch
Fix how to deploy to Heroku
`heroku labs:enable user-env-compile` is no longer available, and the application on Heroku seems to works well without such configuration.
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 | ... | ... |