DEIS DEPLOYMENT
Gem to make deploying to deis much easier.
Install & Setup
gem install deis_deploy
Usage
cd $REPO_DIR
deisConfig name
this will give you app a name, optional
deisConfig set $ENV $VARNAME $VALUE
sets a variable for this application
deisConfig list
this will show all config values
deisConfig domain $ENV $DOMAIN
deisConfig domains $ENV
lists all domains
deisDeploy staging
deploys to staging cluster