use develop build to include portal url

This commit is contained in:
Karol Wypchlo 2022-03-04 16:26:50 +01:00
parent c7e16b8345
commit d0ae52c520
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
2 changed files with 5 additions and 3 deletions

View File

@ -36,8 +36,10 @@ jobs:
working-directory: packages/website
install: false
record: true
start: yarn serve
wait-on: "http://127.0.0.1:9000"
start: yarn develop
wait-on: http://localhost:8000
wait-on-timeout: 120
config: baseUrl=http://localhost:8000
- name: "Deploy to Skynet"
uses: skynetlabs/deploy-to-skynet-action@v2

View File

@ -1,5 +1,5 @@
{
"baseUrl": "http://127.0.0.1:9000",
"baseUrl": "http://localhost:8000",
"projectId": "gey76p",
"videoUploadOnPasses": false
}