diff options
| -rwxr-xr-x | bin/deploy.sh | 1 | ||||
| -rwxr-xr-x | bin/hconsole.sh | 2 |
2 files changed, 3 insertions, 0 deletions
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 |
