Skip to content

Commit 7bf3e8a

Browse files
committed
Merge pull request #3 from jordanandree/user-env-compile-doc
add user-env-compile documentation to readme.md
2 parents fdfb417 + 4ae4e74 commit 7bf3e8a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ and instead only set it on the app where you push your code & which runs the bui
1414

1515
[github-builds]: https://github.com/blog/1270-easier-builds-and-deployments-using-git-over-https-and-oauth
1616

17+
Requirements
18+
------------
19+
20+
The app must have `user-env-compile` enabled for the buildpack to have access to config vars when building.
21+
22+
heroku labs:enable user-env-compile -a myapp
23+
24+
[Read more aobut user-env-compile.](https://devcenter.heroku.com/articles/labs-user-env-compile)
25+
1726
Usage
1827
-----
1928

0 commit comments

Comments
 (0)