ci: add deploy

This commit is contained in:
rizaldy 2023-02-20 20:14:04 +07:00
parent a9afd48a4e
commit f43f8aab80
No known key found for this signature in database
GPG Key ID: 510753C31098D86C

View File

@ -13,3 +13,12 @@ jobs:
uses: TartanLlama/actions-eleventy@master
with:
install_dependencies: true
- name: Deploy
uses: ayeressian/bunnycdn-storage-deploy@v1.1.1
with:
storageEndpoint: "sg.storage.bunnycdn.com"
storageZoneName: "${{ secrets.STORAGE_NAME }}"
accessKey: "${{ secrets.STORAGE_KEY }}"
source: "dist"
remove: "true"
purge: "false"