Delete .github/workflows/deploy.yml

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

View file

@ -1,28 +0,0 @@
name: Upload to bunny
on:
workflow_dispatch:
jobs:
upload:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.22.3]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
with:
source: ""
destination: ""
storageZoneName: "${{ secrets.STORAGE_NAME }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
upload: "true"
remove: "false"
purgePullZone: "false"