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:
parent
1bceb95673
commit
6a9674f6d9
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue