mirror of
https://github.com/sigmasternchen/x86-64-wordle
synced 2025-03-15 08:09:01 +00:00
chore: Fix pipeline
This commit is contained in:
parent
7a5ec67721
commit
95c59f1ff5
1 changed files with 6 additions and 5 deletions
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
@ -25,10 +25,11 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: Deploy to BunnyCDN
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v1
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.3
|
||||
with:
|
||||
source: "./html"
|
||||
storage_zone: ${{ secrets.BUNNYCDN_STORAGE_ZONE }}
|
||||
storage_key: ${{ secrets.BUNNYCDN_STORAGE_KEY }}
|
||||
pull_zone: ${{ secrets.BUNNYCDN_PULL_ZONE }}
|
||||
destination: "/"
|
||||
destination: "/"
|
||||
upload: "true"
|
||||
remove: "true"
|
||||
storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }}
|
||||
storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }}
|
Loading…
Reference in a new issue