From 279cc71c74d941854ab79ea0e99281ba8c641195 Mon Sep 17 00:00:00 2001 From: Marigold Date: Tue, 19 Nov 2024 11:57:12 +0100 Subject: [PATCH] wip --- ops/buildkite/deploy-content-preview | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ops/buildkite/deploy-content-preview b/ops/buildkite/deploy-content-preview index c8846438927..efa285c7196 100755 --- a/ops/buildkite/deploy-content-preview +++ b/ops/buildkite/deploy-content-preview @@ -4,7 +4,7 @@ # # Manually deploy the staging bakedSite to Cloudflare Pages in preview mode # -# See /functions/README.md > "Testing on Fondation staging sites vs Cloudfare +# See /functions/README.md > "Testing on Fondation staging sites vs Cloudflare # previews" for the rationale behind this script. # # USAGE @@ -21,3 +21,7 @@ PREVIEW_BRANCH=${PREVIEW_BRANCH:-$GIT_BRANCH} echo "This script has been replaced. Please use the following command from the ops repository:" echo "BUILDKITE_BRANCH=$PREVIEW_BRANCH bash templates/owid-site-staging/deploy-content-preview.sh $HOST" + +echo "" +echo "Note: This process has been fully automated on staging servers after pushing commits." +echo "You can still use this script manually, but it's only useful if you're deploying to a different domain than 'https://$PREVIEW_BRANCH.owid.pages.dev/'"