summaryrefslogtreecommitdiff
path: root/bin/deploy.sh
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-21 21:32:10 -0700
committermo khan <mo@mokhan.ca>2014-02-21 21:32:10 -0700
commitfe13da4831bade3b7292d5143ab7267edd4a63df (patch)
treea1c7aa6b7a1a9ba4d4e4b8d10560819172474fed /bin/deploy.sh
parentb84a691bc4de6dfd61b608e01afecf7570d768f1 (diff)
add script to tail heroku logs.
Diffstat (limited to 'bin/deploy.sh')
-rwxr-xr-xbin/deploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/deploy.sh b/bin/deploy.sh
new file mode 100755
index 0000000..c7cac2c
--- /dev/null
+++ b/bin/deploy.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+
+git push heroku master
+heroku run rake db:migrate