mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Correct example commands in README
This commit is contained in:
parent
9c5e7554f1
commit
c44a7a45e6
1 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ $ bundle exec rake data:load_survey_responses
|
|||
$ heroku run:detached -a mciea-beta bundle exec rake data:load_survey_responses
|
||||
|
||||
# on heroku production environment
|
||||
$ heroku run:detached -a mciea-dashboard bundle rake data:load_survey_responses
|
||||
$ heroku run:detached -a mciea-dashboard bundle exec rake data:load_survey_responses
|
||||
```
|
||||
|
||||
For convenience, you can use the following script for loading data on Heroku:
|
||||
|
|
@ -157,7 +157,7 @@ $ bundle exec rake data:load_admin_data
|
|||
$ heroku run:detached -a mciea-beta bundle exec rake data:load_admin_data
|
||||
|
||||
# on heroku production environment
|
||||
$ heroku run:detached -a mciea-dashboard bundle rake data:load_admin_data
|
||||
$ heroku run:detached -a mciea-dashboard bundle exec rake data:load_admin_data
|
||||
```
|
||||
|
||||
## Running tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue