Skip to content

Instantly share code, notes, and snippets.

View StanBright's full-sized avatar

Stan Bright StanBright

View GitHub Profile
@StanBright
StanBright / .deliver_config
Created May 24, 2017 10:11 — forked from andreapavoni/.deliver_config
Edeliver configuration to deploy a Phoenix app compiling and digesting assets locally
# MYAPP/.deliver/config
APP="<APP NAME>"
MAIN_HOST="<BUILD & PRODUCTION HOST>"
MAIN_USER="<MAIN USER FOR BUILD AND DEPLOY>"
BUILD_HOST="${MAIN_HOST}"
BUILD_USER="${MAIN_USER}"
BUILD_AT="/tmp/edeliver/${APP}/builds"