Switch to sh

This commit is contained in:
Florian Heinemann 2014-11-05 01:35:10 -05:00
parent 8d4667f1c8
commit afe205f1cf
2 changed files with 3 additions and 1 deletions

View File

@ -4,5 +4,5 @@ set -e
cat << EOF
---
default_process_types:
web: erb /app/nginx.conf.erb > /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
web: sh start.sh
EOF

2
bin/start.sh Normal file
View File

@ -0,0 +1,2 @@
erb /app/nginx.conf.erb > /app/nginx.conf
/app/nginx/nginx -c /app/nginx.conf