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

Commit 7127412

Browse files
authored
Merge pull request #165 from mohsen-deriv/enable-wrangler-publish-production
chore: enable final production wranger config in circleci
2 parents 60cada3 + e95a9b6 commit 7127412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ commands:
9393
npm i wrangler@2.0.19
9494
cd build
9595
npx wrangler pages publish . --project-name=deriv-developers-portal-pages --branch=staging
96-
echo "New staging website - http://staging.cf-pages-deriv-developers-portal.deriv.com"
96+
echo "New staging website - https://staging-api.deriv.com/"
9797
9898
publish_to_pages_production:
9999
description: "Publish to cloudflare pages"
@@ -103,8 +103,8 @@ commands:
103103
command: |
104104
npm i wrangler@2.0.19
105105
cd build
106-
npx wrangler pages publish . --project-name=deriv-developers-portal-pages --branch=maintest
107-
echo "New website - http://cf-pages-deriv-developers-portal.deriv.com"
106+
npx wrangler pages publish . --project-name=deriv-developers-portal-pages --branch=main
107+
echo "New website - https://api.deriv.com"
108108
109109
jobs:
110110
build:

0 commit comments

Comments
 (0)