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.
1 parent 6889caf commit 5f6f065Copy full SHA for 5f6f065
bin/compile
@@ -45,6 +45,8 @@ fi
45
# and thus the "global names" used before will be for application use.
46
if [ -n "$NGINX_VERSION" ] || [ -n "$PHP_VERSION" ] || [ -n "$WORDPRESS_VERSION" ] || [ -n "$S3_BUCKET" ] || [ -n "$WORDPRESS_DIR" ]; then
47
echo "Aborting. Env variables controlling buildpack should be prefixed with \"BUILDPACK_\"."
48
+ echo "This applies to variables NGINX_VERSION, PHP_VERSION, WORDPRESS_VERSION, S3_BUCKET, WORDPRESS_DIR."
49
+ echo ""
50
echo "Rename the variables and push again. For example:"
51
echo ""
52
echo " heroku config:set BUILDPACK_WORDPRESS_VERSION"
0 commit comments