From f7cfc00c7ba73e8b33e9d1a30dc2ac750a8a5b12 Mon Sep 17 00:00:00 2001 From: Thibault DUPONCHELLE <104425314+thibault-deriv@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:51:35 +0200 Subject: [PATCH] Restore deployment to production --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bbe487..72e5c47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ commands: name: "Publish to cloudflare pages (production)" command: | cd lib - npx wrangler pages publish . --project-name=binary-live-api-pages --branch=maintest + npx wrangler pages publish . --project-name=binary-live-api-pages --branch=main echo "New website - http://cf-pages-binary-live-api.binary.com" jobs: build: