fix(ci): recreate CDN storage zone in EU (DE) region

Storage zone was accidentally created in NY. Recreated as
'coolify-update' in DE (Falkenstein) to keep update artifacts
in EU jurisdiction, consistent with Bunny.net data sovereignty
justification. Updated storage zone name, pull zone ID, and
reverted storage endpoint to default (storage.bunnycdn.com).
This commit is contained in:
rosslh 2026-02-16 20:59:44 -08:00
parent ab30093c4b
commit 4d144d5bfe

View file

@ -10,8 +10,8 @@ on:
env:
REGISTRY: forgejo.mapledeploy.ca
CDN_STORAGE_ZONE: coolify-updates
CDN_PULL_ZONE_ID: "5338784"
CDN_STORAGE_ZONE: coolify-update
CDN_PULL_ZONE_ID: "5338895"
CDN_BASE_URL: https://updates.mapledeploy.ca
jobs:
@ -72,7 +72,7 @@ jobs:
- name: Upload artifacts to Bunny CDN
run: |
STORAGE_URL="https://ny.storage.bunnycdn.com/${{ env.CDN_STORAGE_ZONE }}/coolify"
STORAGE_URL="https://storage.bunnycdn.com/${{ env.CDN_STORAGE_ZONE }}/coolify"
upload() {
local file="$1"