summaryrefslogtreecommitdiff
path: root/bin/deploy.sh
diff options
context:
space:
mode:
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