diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-21 21:26:28 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-21 21:26:28 -0700 |
| commit | b84a691bc4de6dfd61b608e01afecf7570d768f1 (patch) | |
| tree | 1732ffd646a5912dbcad3433327c8823bc9e792b | |
| parent | 43e38c3dc960a11e90bd2a028efab4ba77f1cd47 (diff) | |
add deploy script.
| -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 |
