mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
11 lines
154 B
Bash
Executable file
11 lines
154 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -eux
|
|
|
|
git rev-parse --show-toplevel
|
|
|
|
APP=$1
|
|
|
|
heroku login
|
|
|
|
heroku run:detached -a $APP bundle exec rake data:load_survey_responses
|