We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdfb417 + 4ae4e74 commit 7bf3e8aCopy full SHA for 7bf3e8a
README.md
@@ -14,6 +14,15 @@ and instead only set it on the app where you push your code & which runs the bui
14
15
[github-builds]: https://github.com/blog/1270-easier-builds-and-deployments-using-git-over-https-and-oauth
16
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
26
Usage
27
-----
28
0 commit comments