From 0c9e5d5a9e3de4ed9b2916cbf8072996bd591fef Mon Sep 17 00:00:00 2001 From: James Martinez Date: Sat, 5 Oct 2013 09:27:24 -0700 Subject: [PATCH] Allow Heroku to access ENV variables during asset compilation --- README.md | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 62af0e7..7e69561 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- libgit2 0.21.2