diff --git a/bin/release b/bin/release index 60f875a..e7fad55 100755 --- a/bin/release +++ b/bin/release @@ -4,5 +4,5 @@ set -e cat << EOF --- default_process_types: - web: erb /app/nginx.conf.erb > /app/nginx.conf && nginx -c /app/nginx.conf + web: erb /app/nginx.conf.erb > /app/nginx.conf && /nginx/nginx -c /app/nginx.conf EOF