diff options
| author | mo khan <mo@mokhan.ca> | 2014-11-15 08:14:16 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-11-15 08:14:16 -0700 |
| commit | 22fbd2b15dba4ba2fb8c84e3c8cbbdb3501cdd30 (patch) | |
| tree | f39d0af83053dfde522fd6c45bd854a796c36888 | |
| parent | 007b849bd73d40c5b7790e926f61c0669c88d408 (diff) | |
add script to push configuration to staging site.
| -rwxr-xr-x | bin/heroku-staging | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/heroku-staging b/bin/heroku-staging new file mode 100755 index 0000000..5d7899b --- /dev/null +++ b/bin/heroku-staging @@ -0,0 +1,12 @@ +#!/bin/bash + +heroku config --app urkel-staging +heroku config:set ASSET_HOST=//urkel-staging.herokuapp.com \ + APPLICATION_DOMAIN=urkel-staging.herokuapp.com --app urkel-staging \ + SMTP_HOST='' \ + SMTP_PORT='' \ + SMTP_DOMAIN='' \ + SMTP_USERNAME='' \ + SMTP_PASSWORD='' \ + EMAIL_RECIPIENTS='' \ + --app urkel-staging |
