summaryrefslogtreecommitdiff
path: root/bin/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/deploy.sh')
-rwxr-xr-xbin/deploy.sh1
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