heroku-buildpack-hello/bin/release

12 lines
147 B
Text
Raw Normal View History

2011-09-26 17:35:37 +00:00
#!/bin/sh
cat << EOF
---
addons:
- shared-database:5mb
config_vars:
PATH: bin:/usr/bin:/bin
default_process_types:
hello: cat hello.txt
EOF