From b5efd7b3e3572a0225e30971785d6e0514e9a604 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Fri, 23 Feb 2024 10:37:13 -0800 Subject: [PATCH] doc: document the alternate valid command for specifying what folder to load from --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 555426f3..e421138d 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,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