fix(ci): use NY region storage endpoint for Bunny CDN uploads
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 21s
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 21s
This commit is contained in:
parent
c710025398
commit
a2b40c8d67
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload artifacts to Bunny CDN
|
- name: Upload artifacts to Bunny CDN
|
||||||
run: |
|
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() {
|
upload() {
|
||||||
local file="$1"
|
local file="$1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue