mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-10-05 02:04:33 +00:00
Update the buildpack to conform to the latest Heroku API
Heroku has deprecated the config_vars key in .release a long time ago and recommends settings config vars using a shell script in `.profile.d`. This patch updates `bin/compile` to create the recommended file and removes the config_vars key from the `.release` file.
This commit is contained in:
@ -5,8 +5,6 @@ cat <<EOF
|
||||
---
|
||||
|
||||
addons:
|
||||
config_vars:
|
||||
PATH: /usr/local/bin:/usr/bin:/bin:/app/nginx
|
||||
default_process_types:
|
||||
web: /app/start_nginx
|
||||
EOF
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user