ci: add deploy
This commit is contained in:
parent
a9afd48a4e
commit
f43f8aab80
9
.github/workflows/eleventy.yaml
vendored
9
.github/workflows/eleventy.yaml
vendored
@ -13,3 +13,12 @@ jobs:
|
|||||||
uses: TartanLlama/actions-eleventy@master
|
uses: TartanLlama/actions-eleventy@master
|
||||||
with:
|
with:
|
||||||
install_dependencies: true
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user