feat(code_push_client): add Cloudflare-fronted fallback API endpoint (#3756)

This commit is contained in:
nickshorebird
2026-05-12 09:24:41 -04:00
committed by GitHub
parent 87d01d5661
commit ea4e35379c
13 changed files with 684 additions and 20 deletions
+2
View File
@@ -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