mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-17 05:04:20 +01:00
add feedback env to android builds
This commit is contained in:
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_FEEDBACK: https://feedback-staging.mutinywallet.com
|
||||
VITE_SCORER: https://scorer-staging.mutinywallet.com
|
||||
run: pnpm build
|
||||
|
||||
|
||||
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_FEEDBACK: https://feedback.mutinywallet.com
|
||||
VITE_SCORER: https://scorer.mutinywallet.com
|
||||
run: pnpm build
|
||||
|
||||
|
||||
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_FEEDBACK: https://feedback-staging.mutinywallet.com
|
||||
VITE_SCORER: https://scorer-staging.mutinywallet.com
|
||||
run: pnpm build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user