From b99dbfef958b3f2c31066b4a149b962d8074225f Mon Sep 17 00:00:00 2001 From: thibault-deriv <104425314+thibault-deriv@users.noreply.github.com> Date: Thu, 2 Feb 2023 07:47:10 +0100 Subject: [PATCH] Restore production branch for deployment (#7333) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: