use develop build to include portal url
This commit is contained in:
parent
c7e16b8345
commit
d0ae52c520
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"baseUrl": "http://127.0.0.1:9000",
|
||||
"baseUrl": "http://localhost:8000",
|
||||
"projectId": "gey76p",
|
||||
"videoUploadOnPasses": false
|
||||
}
|
||||
|
|
Reference in New Issue