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.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/deploy.sh (limited to 'bin/deploy.sh') 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 -- cgit v1.2.3