This action deploys selected directory to BunnyCDN storage.
Required The source directory folder.
Required The name of your storage zone where you are connecting to.
Required The storage API key.
- name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@master
with:
source: "dist"
storageZoneName: "myzone"
accessKey: "${{ secrets.BUNNY_CDN_STORAGE_KEY }}"