Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Restore production branch for deployment (#7333)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-deriv authored Feb 2, 2023
1 parent a00cb9f commit b99dbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit b99dbfe

@vercel
Copy link

@vercel vercel bot commented on b99dbfe Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

binary-static – ./

binary-static-git-master.binary.sx
binary-static.binary.sx

Please sign in to comment.