From fe13da4831bade3b7292d5143ab7267edd4a63df Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 21 Feb 2014 21:32:10 -0700 Subject: add script to tail heroku logs. --- bin/deploy | 5 ----- bin/deploy.sh | 5 +++++ bin/logs.sh | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100755 bin/deploy create mode 100755 bin/deploy.sh create mode 100755 bin/logs.sh diff --git a/bin/deploy b/bin/deploy deleted file mode 100755 index c7cac2c..0000000 --- a/bin/deploy +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -set -e - -git push heroku master -heroku run rake db:migrate 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 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 -- cgit v1.2.3