Files
buildpack-nginx/bin/release
T
2022-09-10 17:13:33 -04:00

12 lines
163 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