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