diff options
Diffstat (limited to 'bin/deploy')
| -rwxr-xr-x | bin/deploy | 5 |
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 |
