From 95c59f1ff53d3dd6487870a651d59a42fc09943b Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Sat, 28 Sep 2024 20:47:50 +0200 Subject: [PATCH] chore: Fix pipeline --- .github/workflows/deploy.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0c3a66..f1c3f57 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: "/" \ No newline at end of file + destination: "/" + upload: "true" + remove: "true" + storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }} + storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }} \ No newline at end of file