We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca99142 commit 04418f5Copy full SHA for 04418f5
heroku_deploy.sh
@@ -0,0 +1,7 @@
1
+#! /bin/bash
2
+git push heroku master
3
+heroku pg:reset SHARED_DATABASE --confirm hollow-meadow-4829
4
+heroku rake db:migrate
5
+heroku rake db:seed
6
+heroku rake load_mlab_data:all
7
+heroku rake load_transparencyreport_data:all
0 commit comments