Delete .github/workflows/deploy.yml

This commit is contained in:
mr. m 2025-02-14 15:46:47 +01:00 committed by GitHub
parent b86b3ff5a0
commit 13185c62c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,22 +0,0 @@
name: Deploy to BunnyCDN
on:
workflow_dispatch:
jobs:
upload:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@v2
with:
source: ""
destination: ""
storageZoneName: "${{ secrets.STORAGE_NAME }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
upload: "true"
remove: "false"
purgePullZone: "false"