Skip to content

Commit e8632fa

Browse files
committed
fix-staging-url
1 parent 4e19fe5 commit e8632fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ jobs:
125125
working_directory: ~/demo
126126
steps:
127127
- run: sleep 15 && echo "Checking Staging..."
128-
- run: curl --fail 'http://staging.machina.rookout-demo.com/account/register'
129-
- run: curl --fail 'http://staging.python.rookout-demo.com/'
130-
- run: curl --fail 'http://staging.java.rookout-demo.com/'
131-
- run: curl --fail 'http://staging.nodejs.rookout-demo.com/'
132-
- run: curl --fail 'http://staging.ruby.rookout-demo.com/'
128+
- run: curl --fail 'https://machina.staging.rookout-demo.com/account/register'
129+
- run: curl --fail 'https://python.staging.rookout-demo.com/'
130+
- run: curl --fail 'https://java.staging.rookout-demo.com/'
131+
- run: curl --fail 'https://nodejs.staging.rookout-demo.com/'
132+
- run: curl --fail 'https://ruby.staging.rookout-demo.com/'
133133

134134
- run: sleep 15 && echo "Checking Production..."
135135
- run: curl --fail 'http://machina.rookout-demo.com/account/register'

0 commit comments

Comments
 (0)