Skip to content

Commit 5f6f065

Browse files
committed
better instructions
1 parent 6889caf commit 5f6f065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ fi
4545
# and thus the "global names" used before will be for application use.
4646
if [ -n "$NGINX_VERSION" ] || [ -n "$PHP_VERSION" ] || [ -n "$WORDPRESS_VERSION" ] || [ -n "$S3_BUCKET" ] || [ -n "$WORDPRESS_DIR" ]; then
4747
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 ""
4850
echo "Rename the variables and push again. For example:"
4951
echo ""
5052
echo " heroku config:set BUILDPACK_WORDPRESS_VERSION"

0 commit comments

Comments
 (0)