feat(code_push_client): add Cloudflare-fronted fallback API endpoint (#3756)
This commit is contained in:
@@ -58,6 +58,7 @@ jobs:
|
||||
|
||||
env:
|
||||
SHOREBIRD_HOSTED_URL: https://api-dev.shorebird.dev
|
||||
SHOREBIRD_HOSTED_URL_FALLBACK: https://api-dev.shorebird.cloud
|
||||
|
||||
steps:
|
||||
- name: 📚 Git Checkout
|
||||
@@ -140,6 +141,7 @@ jobs:
|
||||
|
||||
env:
|
||||
SHOREBIRD_HOSTED_URL: ${{ matrix.branch == 'stable' && 'https://api.shorebird.dev' || 'https://api-dev.shorebird.dev' }}
|
||||
SHOREBIRD_HOSTED_URL_FALLBACK: ${{ matrix.branch == 'stable' && 'https://api.shorebird.cloud' || 'https://api-dev.shorebird.cloud' }}
|
||||
|
||||
steps:
|
||||
- name: 📚 Git Checkout
|
||||
|
||||
Reference in New Issue
Block a user