ci: remove deploy to bunny storage
This commit is contained in:
parent
a247c1bf93
commit
7263c0e86a
9
.github/workflows/eleventy.yaml
vendored
9
.github/workflows/eleventy.yaml
vendored
@ -14,15 +14,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
install_dependencies: true
|
install_dependencies: true
|
||||||
- name: Deploy
|
- 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"
|
|
||||||
- name: Deploy (GH pages)
|
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user