fix(ci): use NY region storage endpoint for Bunny CDN uploads
This commit is contained in:
parent
d4ec7880c7
commit
294bd4dd5e
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
|
||||
- name: Upload artifacts to Bunny CDN
|
||||
run: |
|
||||
STORAGE_URL="https://storage.bunnycdn.com/${{ env.CDN_STORAGE_ZONE }}/coolify"
|
||||
STORAGE_URL="https://ny.storage.bunnycdn.com/${{ env.CDN_STORAGE_ZONE }}/coolify"
|
||||
|
||||
upload() {
|
||||
local file="$1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue