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
b6d594ab94
commit
17a2626643
1 changed files with 0 additions and 28 deletions
28
.github/workflows/deploy.yml
vendored
28
.github/workflows/deploy.yml
vendored
|
@ -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"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue