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

Commit

Permalink
Merge pull request #185 from thibault-deriv/restore_deployment_to_pro…
Browse files Browse the repository at this point in the history
…duction

Restore deployment to production
  • Loading branch information
thibault-deriv authored Apr 28, 2023
2 parents 70b1f0b + f7cfc00 commit 6a84897
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=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:
Expand Down

0 comments on commit 6a84897

Please sign in to comment.