fix(ci): recreate CDN storage zone in EU (DE) region
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 22s

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 a2b40c8d67
commit bfa8978cd4

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"