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 | |
| parent | b84a691bc4de6dfd61b608e01afecf7570d768f1 (diff) | |
add script to tail heroku logs.
| -rwxr-xr-x | bin/deploy.sh (renamed from bin/deploy) | 0 | ||||
| -rwxr-xr-x | bin/logs.sh | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/deploy b/bin/deploy.sh index c7cac2c..c7cac2c 100755 --- a/bin/deploy +++ b/bin/deploy.sh diff --git a/bin/logs.sh b/bin/logs.sh new file mode 100755 index 0000000..3662a74 --- /dev/null +++ b/bin/logs.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -e + +heroku logs --tail --app infinite-atoll-2481 |
