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

Commit

Permalink
Do not publish to production
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-deriv committed Apr 28, 2023
1 parent 2464784 commit 39bf6ed
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 @@ -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=main
npx wrangler pages publish . --project-name=binary-live-api-pages --branch=maintest
echo "New website - http://cf-pages-binary-live-api.binary.com"
jobs:
build:
Expand Down

0 comments on commit 39bf6ed

Please sign in to comment.