1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-08-27 19:06:05 +00:00
buildpack-nginx/bin/release
Morton Jonuschat fe21907d48 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.
2015-02-19 00:12:15 +01:00

11 lines
121 B
Bash
Executable File

#!/usr/bin/env bash
# bin/release <build-dir>
cat <<EOF
---
addons:
default_process_types:
web: /app/start_nginx
EOF