diff --git a/deploy/change-to-all-branches.sh b/deploy/change-to-all-branches.sh index 0fd0215..b999fa7 100755 --- a/deploy/change-to-all-branches.sh +++ b/deploy/change-to-all-branches.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# From branch test only: align origin/test, origin/pprod, origin/prod then deploy to test (see $SECRETS_BASE/test/deploy.conf for RUN_IMPORT_V1 etc.). +# From branch test only: align origin/test, origin/pprod, origin/prod then deploy to test (import V1 is systematic after deploy-app when RUN_DEPLOY=true; see deploy.conf for other RUN_*). # Usage: ./deploy/change-to-all-branches.sh [project_id] set -euo pipefail