adhocteam / soapbox

Apache License 2.0
11 stars 3 forks source link

pass the port number to the app #124

Closed llimllib closed 7 years ago

llimllib commented 7 years ago

My instinct is to test this, but I have no idea at all how I would do so.

Do we want to give the app access to all the other vars defined in that template?

APP_NAME="{{.Slug}}"
PORT="{{.ListenPort}}"
RELEASE_BUCKET="{{.Bucket}}"
RELEASE="{{.Release}}" # Version string/committish
ENV="{{.Environment}}"
IMAGE="{{.Image}}"
CONFIG_VERSION="{{.ConfigVersion}}"