mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 06:14:21 +01:00
Add env vars for app builds
This commit is contained in:
committed by
Paul Miller
parent
7714a161b5
commit
c14c3c5aa7
2
.github/workflows/android-prod.yml
vendored
2
.github/workflows/android-prod.yml
vendored
@@ -68,6 +68,8 @@ jobs:
|
||||
VITE_FEEDBACK: https://feedback.mutinywallet.com
|
||||
VITE_SCORER: https://scorer.mutinywallet.com
|
||||
VITE_PRIMAL: https://primal-cache.mutinywallet.com/api
|
||||
VITE_BLIND_AUTH: https://blind-auth.mutinywallet.com
|
||||
VITE_HERMES: https://mutiny.plus
|
||||
run: pnpm build
|
||||
|
||||
- name: Capacitor sync
|
||||
|
||||
2
.github/workflows/android-staging.yml
vendored
2
.github/workflows/android-staging.yml
vendored
@@ -69,6 +69,8 @@ jobs:
|
||||
VITE_FEEDBACK: https://feedback-staging.mutinywallet.com
|
||||
VITE_SCORER: https://scorer-staging.mutinywallet.com
|
||||
VITE_PRIMAL: https://primal-cache.mutinywallet.com/api
|
||||
VITE_BLIND_AUTH: https://blind-auth-staging.mutinywallet.com
|
||||
VITE_HERMES: https://signet.mutiny.plus
|
||||
run: pnpm build
|
||||
|
||||
- name: Capacitor sync
|
||||
|
||||
2
.github/workflows/ios-prod.yml
vendored
2
.github/workflows/ios-prod.yml
vendored
@@ -45,6 +45,8 @@ jobs:
|
||||
VITE_FEEDBACK: https://feedback.mutinywallet.com
|
||||
VITE_SCORER: https://scorer.mutinywallet.com
|
||||
VITE_PRIMAL: https://primal-cache.mutinywallet.com/api
|
||||
VITE_BLIND_AUTH: https://blind-auth.mutinywallet.com
|
||||
VITE_HERMES: https://mutiny.plus
|
||||
run: pnpm build
|
||||
|
||||
- uses: actions/cache@v3
|
||||
|
||||
2
.github/workflows/ios-staging.yml
vendored
2
.github/workflows/ios-staging.yml
vendored
@@ -45,6 +45,8 @@ jobs:
|
||||
VITE_FEEDBACK: https://feedback-staging.mutinywallet.com
|
||||
VITE_SCORER: https://scorer-staging.mutinywallet.com
|
||||
VITE_PRIMAL: https://primal-cache.mutinywallet.com/api
|
||||
VITE_BLIND_AUTH: https://blind-auth-staging.mutinywallet.com
|
||||
VITE_HERMES: https://signet.mutiny.plus
|
||||
run: pnpm build
|
||||
|
||||
- uses: actions/cache@v3
|
||||
|
||||
Reference in New Issue
Block a user