diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-21 21:32:10 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-21 21:32:10 -0700 |
| commit | fe13da4831bade3b7292d5143ab7267edd4a63df (patch) | |
| tree | a1c7aa6b7a1a9ba4d4e4b8d10560819172474fed /bin/deploy.sh | |
| parent | b84a691bc4de6dfd61b608e01afecf7570d768f1 (diff) | |
add script to tail heroku logs.
Diffstat (limited to 'bin/deploy.sh')
| -rwxr-xr-x | bin/deploy.sh | 5 |
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 |
