From 69fa85b4e6184eba33dc40901551fb7f0a57fbbb Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 22 Feb 2014 08:57:33 -0700 Subject: update deploy script to seed db and add hconsole script to load heroku console. --- bin/deploy.sh | 1 + bin/hconsole.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 bin/hconsole.sh (limited to 'bin') diff --git a/bin/deploy.sh b/bin/deploy.sh index c7cac2c..06c20da 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -3,3 +3,4 @@ set -e git push heroku master heroku run rake db:migrate +heroku run rake db:seed diff --git a/bin/hconsole.sh b/bin/hconsole.sh new file mode 100755 index 0000000..fb6066f --- /dev/null +++ b/bin/hconsole.sh @@ -0,0 +1,2 @@ +#!/bin/bash +heroku run bin/rails console -- cgit v1.2.3