chore: Fix pipeline

This commit is contained in:
sigmasternchen 2024-09-28 20:47:50 +02:00
parent 7a5ec67721
commit 95c59f1ff5

View file

@ -25,10 +25,11 @@ jobs:
run: npm run build run: npm run build
- name: Deploy to BunnyCDN - name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@v1 uses: ayeressian/bunnycdn-storage-deploy@v2.2.3
with: with:
source: "./html" source: "./html"
storage_zone: ${{ secrets.BUNNYCDN_STORAGE_ZONE }} destination: "/"
storage_key: ${{ secrets.BUNNYCDN_STORAGE_KEY }} upload: "true"
pull_zone: ${{ secrets.BUNNYCDN_PULL_ZONE }} remove: "true"
destination: "/" storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }}
storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }}