mirror of
https://github.com/zen-browser/branding.git
synced 2025-07-07 08:55:37 +02:00
Delete .github/workflows/deploy.yml
This commit is contained in:
parent
b86b3ff5a0
commit
13185c62c3
1 changed files with 0 additions and 22 deletions
22
.github/workflows/deploy.yml
vendored
22
.github/workflows/deploy.yml
vendored
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue