buildpack-nginx/bin/release

11 lines
121 B
Plaintext
Raw Normal View History

2013-08-17 06:41:19 +00:00
#!/usr/bin/env bash
2014-11-06 22:29:41 +00:00
# bin/release <build-dir>
2013-08-17 06:41:19 +00:00
2014-11-06 22:29:41 +00:00
cat <<EOF
2013-08-17 06:41:19 +00:00
---
2014-11-06 22:29:41 +00:00
addons:
2013-08-17 06:41:19 +00:00
default_process_types:
2014-11-06 22:29:41 +00:00
web: /app/start_nginx
EOF