summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/heroku-staging12
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