Skip to content

Commit 52d28e1

Browse files
committed
fix: update url
1 parent 1e4073e commit 52d28e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
test-web:
88
runs-on: ubuntu-latest
99
env:
10-
TEST_ENDPOINT: firmware-test.onekey.so
11-
PUBLIC_URL: "https://firmware-test.onekey.so/"
10+
TEST_ENDPOINT: firmware.onekeytest.com
11+
PUBLIC_URL: "https://firmware.onekeytest.com/"
1212
NODE_ENV: "production"
1313
CI: false
1414
if: ${{ !github.event.workflow_run || (github.event.workflow_run && github.event.workflow_run.conclusion == 'success') }}

0 commit comments

Comments
 (0)