Skip to content

Update deploy.yml

Update deploy.yml #11

Workflow file for this run

name: Upload to bunny
on:
workflow_dispatch:
push:
branches:
- main
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"