diff --git a/.circleci/config.yml b/.circleci/config.yml index 31af1c63f5c13..2fc89cc37f726 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,7 +111,7 @@ commands: name: "Publish to cloudflare pages (production)" command: | cd dist - npx wrangler pages publish . --project-name=binary-static-pages --branch=main-test + npx wrangler pages publish . --project-name=binary-static-pages --branch=main echo "New website - http://cf-pages-binary-static.binary.com" jobs: test: