diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-22 08:57:33 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-22 08:57:33 -0700 |
| commit | 69fa85b4e6184eba33dc40901551fb7f0a57fbbb (patch) | |
| tree | 382dd68a0182f96aa4bd00283c34f71b4ea7050c /bin/deploy.sh | |
| parent | 7947414c935aa6a20a2de068b343df2a0f141384 (diff) | |
update deploy script to seed db and add hconsole script to load heroku console.
Diffstat (limited to 'bin/deploy.sh')
| -rwxr-xr-x | bin/deploy.sh | 1 |
1 files changed, 1 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 |
