Skip to content

Instantly share code, notes, and snippets.

@bradrobertson
Created February 6, 2012 16:01
Embed
What would you like to do?
Less than ideal solution for launching different apps from one codebase on Heroku
# Config var set on api
ENV['APP']='thin start -R lib/api/config.ru -p $PORT -e $RACK_ENV'
# Config var set on app
ENV['APP']='thin start -p $PORT -e $RACK_ENV'
web: bundle exec $APP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment