Skip to content

Commit

Permalink
Merge pull request #573 from jamescmartinez/master
Browse files Browse the repository at this point in the history
Allow Heroku to access ENV variables during asset compilation
  • Loading branch information
shingara committed Oct 8, 2013
2 parents 1d0e19b + 0c9e5d5 commit c1a24d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ heroku config:add HEROKU=true
heroku config:add SECRET_TOKEN="$(bundle exec rake secret)"
heroku config:add ERRBIT_HOST=some-hostname.example.com
heroku config:add ERRBIT_EMAIL_FROM=example@example.com
# This next line is required to access env variables during asset compilation.
# For more info, go to this link: https://devcenter.heroku.com/articles/labs-user-env-compile
heroku labs:enable user-env-compile
git push heroku master
```

Expand Down

0 comments on commit c1a24d8

Please sign in to comment.