fix(ci): use NY region storage endpoint for Bunny CDN uploads
This commit is contained in:
parent
a03b89dd38
commit
170b27fbf9
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