Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Nov 19, 2024
1 parent 5cf4b70 commit 279cc71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ops/buildkite/deploy-content-preview
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/'"

0 comments on commit 279cc71

Please sign in to comment.