Create scripts for common admin tasks

pull/1/head
Alex Basson 4 years ago
parent b4f6daa406
commit 1699d65cc0

@ -0,0 +1,11 @@
#!/usr/bin/env sh
set -eux
git rev-parse --show-toplevel
APP=$1
heroku login
heroku run:detached -a mciea-$APP bundle exec rake data:load_survey_responses

@ -0,0 +1,7 @@
#!/usr/bin/env sh
set -eux
git rev-parse --show-toplevel
bundle exec rake && git push
Loading…
Cancel
Save