Skip to content

Update buildcnd.yml #13

Update buildcnd.yml

Update buildcnd.yml #13

Workflow file for this run

name: DDeploy to BunnyCDN?
on: [push, workflow_dispatch]
jobs:
cd:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Deploy to BunnyCDN
uses: ayeressian/[email protected]
with:
source: "dist"
storageEndpoint: "storage.bunnycdn.com"
storageZoneName: "${{ secrets.STORAGE_NAME }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
upload: "true"
remove: "true"
purgePullZone: "false"