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 76ee3d3b1b
commit 7f3772d7ad

View file

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