Skip to content

Commit

Permalink
feat(publish/s3sync): add cloudflare bucket to east america (#789)
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
Signed-off-by: Hervé Le Meur <[email protected]>
  • Loading branch information
smerle33 authored and dduportal committed Jul 11, 2024
1 parent 3d6d9e8 commit a19a03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - [mandatory] UPDATE_CENTER_FILESHARES_ENV_FILES (directory path): directory containing environment files to be sources for each sync. destination.
# Each task named XX expects a file named 'env-XX' in this directory to be sourced by the script to retrieve settings for the task.
RUN_STAGES="${RUN_STAGES:-generate-site|sync-plugins|sync-uc}"
SYNC_UC_TASKS="${SYNC_UC_TASKS:-rsync-updates.jenkins.io|azsync-content|s3sync-westeurope|s3sync-eastamerica}"
SYNC_UC_TASKS="${SYNC_UC_TASKS:-rsync-updates.jenkins.io|azsync-content|azsync-redirections|s3sync-westeurope|s3sync-eastamerica}"

# Split strings to arrays for feature flags setup
run_stages=()
Expand Down

0 comments on commit a19a03f

Please sign in to comment.