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

Commit e95a9b6

Browse files
committed
chore: change http to https in circleci config
1 parent 98996bb commit e95a9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ commands:
104104
npm i wrangler@2.0.19
105105
cd build
106106
npx wrangler pages publish . --project-name=deriv-developers-portal-pages --branch=main
107-
echo "New website - http://api.deriv.com"
107+
echo "New website - https://api.deriv.com"
108108
109109
jobs:
110110
build:

0 commit comments

Comments
 (0)