buildpack-nginx/bin/release

11 lines
164 B
Bash
Executable File

#!/usr/bin/env bash
# bin/release <build-dir>
set -eo pipefail; [[ $TRACE ]] && set -x
cat <<EOF
---
addons: []
default_process_types:
web: /app/start_nginx
EOF