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

Commit 520cf79

Browse files
Merge pull request #3723 from thibault-deriv/cloudflare_pages_binary_com
Change domain for Cloudflare pages hosted version of binary-bot
2 parents 1ff06ac + 635b598 commit 520cf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ commands:
139139
name: "Publish to cloudflare pages (staging)"
140140
command: |
141141
npx wrangler pages publish www/ --project-name=binary-bot-pages --branch=staging
142-
echo "New staging website - http://staging.cf-pages-binary-bot.deriv.com"
142+
echo "New staging website - http://staging.cf-pages-binary-bot.binary.com"
143143
144144
publish_to_pages_production:
145145
description: "Publish to cloudflare pages"
@@ -148,7 +148,7 @@ commands:
148148
name: "Publish to cloudflare pages (production)"
149149
command: |
150150
npx wrangler pages publish www/ --project-name=binary-bot-pages --branch=main
151-
echo "New website - http://cf-pages-binary-bot.deriv.com"
151+
echo "New website - http://cf-pages-binary-bot.binary.com"
152152
153153
jobs:
154154
test:

0 commit comments

Comments
 (0)