We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4073e commit 52d28e1Copy full SHA for 52d28e1
1 file changed
.github/workflows/release-web.yml
@@ -7,8 +7,8 @@ jobs:
7
test-web:
8
runs-on: ubuntu-latest
9
env:
10
- TEST_ENDPOINT: firmware-test.onekey.so
11
- PUBLIC_URL: "https://firmware-test.onekey.so/"
+ TEST_ENDPOINT: firmware.onekeytest.com
+ PUBLIC_URL: "https://firmware.onekeytest.com/"
12
NODE_ENV: "production"
13
CI: false
14
if: ${{ !github.event.workflow_run || (github.event.workflow_run && github.event.workflow_run.conclusion == 'success') }}
0 commit comments