Skip to content

Commit 04418f5

Browse files
committed
add heroku deploy script
1 parent ca99142 commit 04418f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

heroku_deploy.sh

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)