Skip to content

Commit 64eb69f

Browse files
committed
fix-staging-url
1 parent 5d8aac3 commit 64eb69f

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
@@ -128,11 +128,11 @@ jobs:
128128
working_directory: ~/demo
129129
steps:
130130
- run: sleep 15 && echo "Checking Staging..."
131-
- run: curl 'http://staging.machina.rookout-demo.com/account/register'
132-
- run: curl 'http://staging.python.rookout-demo.com/'
133-
- run: curl 'http://staging.java.rookout-demo.com/'
134-
- run: curl 'http://staging.nodejs.rookout-demo.com/'
135-
- run: curl 'http://staging.ruby.rookout-demo.com/'
131+
- run: curl 'https://machina.staging.rookout-demo.com/account/register'
132+
- run: curl 'https://python.staging.rookout-demo.com/'
133+
- run: curl 'https://java.staging.rookout-demo.com/'
134+
- run: curl 'https://nodejs.staging.rookout-demo.com/'
135+
- run: curl 'https://ruby.staging.rookout-demo.com/'
136136
- run: sleep 15 && echo "Checking Production..."
137137
- run: curl 'http://machina.rookout-demo.com/account/register'
138138
- run: curl 'http://python.rookout-demo.com/'

0 commit comments

Comments
 (0)