From a19a03fb66d9481a64be7e0fafd4bc4d09c60155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:48:28 +0200 Subject: [PATCH] feat(publish/s3sync): add cloudflare bucket to east america (#789) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Damien Duportal Signed-off-by: Hervé Le Meur --- site/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/publish.sh b/site/publish.sh index 710defd7..c5963a2d 100755 --- a/site/publish.sh +++ b/site/publish.sh @@ -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=()