Create scripts for common admin tasks

This commit is contained in:
Alex Basson 2021-09-28 09:51:07 -04:00
parent b4f6daa406
commit 1699d65cc0
2 changed files with 18 additions and 0 deletions

View file

@ -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