From 40dac402eef18dcfc2bb8364ccbb6a4dad39645f 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 491a55f8..a55a2e4a 100644 --- a/README.md +++ b/README.md @@ -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