mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-28 11:24:28 +01:00
Add scorer api
This commit is contained in:
committed by
Paul Miller
parent
d2e2c00485
commit
69a6e1c03c
1
.github/workflows/android-build.yml
vendored
1
.github/workflows/android-build.yml
vendored
@@ -69,6 +69,7 @@ jobs:
|
||||
VITE_AUTH: https://auth-staging.mutinywallet.com
|
||||
VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com
|
||||
VITE_STORAGE: https://storage-staging.mutinywallet.com
|
||||
VITE_SCORER: https://scorer-staging.mutinywallet.com
|
||||
run: pnpm build
|
||||
|
||||
- name: Capacitor sync
|
||||
|
||||
1
.github/workflows/android-prod.yml
vendored
1
.github/workflows/android-prod.yml
vendored
@@ -65,6 +65,7 @@ jobs:
|
||||
VITE_AUTH: https://auth.mutinywallet.com
|
||||
VITE_SUBSCRIPTIONS: https://subscriptions.mutinywallet.com
|
||||
VITE_STORAGE: https://storage.mutinywallet.com
|
||||
VITE_SCORER: https://scorer.mutinywallet.com
|
||||
run: pnpm build
|
||||
|
||||
- name: Capacitor sync
|
||||
|
||||
1
.github/workflows/android-staging.yml
vendored
1
.github/workflows/android-staging.yml
vendored
@@ -65,6 +65,7 @@ jobs:
|
||||
VITE_AUTH: https://auth-staging.mutinywallet.com
|
||||
VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com
|
||||
VITE_STORAGE: https://storage-staging.mutinywallet.com
|
||||
VITE_SCORER: https://scorer-staging.mutinywallet.com
|
||||
run: pnpm build
|
||||
|
||||
- name: Capacitor sync
|
||||
|
||||
Reference in New Issue
Block a user