fix(ci): install curl in runner for CDN uploads
Some checks failed
Build MapleDeploy Coolify Image / build (push) Failing after 21s
Some checks failed
Build MapleDeploy Coolify Image / build (push) Failing after 21s
This commit is contained in:
parent
31315d415c
commit
57c0f6e130
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ jobs:
|
||||||
echo "Generated versions.json:"
|
echo "Generated versions.json:"
|
||||||
cat versions.json
|
cat versions.json
|
||||||
|
|
||||||
|
- name: Install curl
|
||||||
|
run: apt-get update && apt-get install -y curl
|
||||||
|
|
||||||
- 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://storage.bunnycdn.com/${{ env.CDN_STORAGE_ZONE }}/coolify"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue