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