mirror of
https://github.com/sigmasternchen/queermandelbrot
synced 2025-03-15 07:58:53 +00:00
chore: Fixing wrong file upload
This commit is contained in:
parent
3a2be07fbc
commit
11a6cb5e45
1 changed files with 3 additions and 2 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -26,11 +26,12 @@ jobs:
|
||||||
gleam build
|
gleam build
|
||||||
gleam run -m build
|
gleam run -m build
|
||||||
- name: Deploy to BunnyCDN
|
- name: Deploy to BunnyCDN
|
||||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.3
|
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
|
||||||
with:
|
with:
|
||||||
source: "./dist"
|
source: "./dist/"
|
||||||
destination: "/"
|
destination: "/"
|
||||||
upload: "true"
|
upload: "true"
|
||||||
remove: "true"
|
remove: "true"
|
||||||
storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }}
|
storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }}
|
||||||
storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }}
|
storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue