mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
doc: document the alternate valid command for specifying what folder to load from
This commit is contained in:
parent
d2e1be948d
commit
40dac402ee
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ Or if you want to load data from a specific directory
|
|||
```bash
|
||||
# locally
|
||||
SFTP_PATH=/data/survey_responses/2022_23 bundle exec rake data:load_survey_responses_from_path
|
||||
# You can also swap the order of the commands and environment variables
|
||||
bundle exec rake data:load_survey_responses_from_path SFTP_PATH=/data/survey_responses/2022_23
|
||||
|
||||
# on heroku staging environment
|
||||
heroku run:detached -a mciea-beta SFTP_PATH=/data/survey_responses/2022_23 bundle exec rake data:load_survey_responses_from_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue