diff options
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 |
