mirror of
https://github.com/zen-browser/branding.git
synced 2025-07-08 01:10:07 +02:00
Update actions
This commit is contained in:
parent
2851a33fef
commit
5d91210c9c
1 changed files with 3 additions and 9 deletions
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Upload to bunny
|
name: Deploy to BunnyCDN
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -6,16 +6,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
upload:
|
upload:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
go-version: [1.22.3]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Deploy to BunnyCDN
|
- name: Deploy to BunnyCDN
|
||||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
|
uses: ayeressian/bunnycdn-storage-deploy@v2
|
||||||
with:
|
with:
|
||||||
source: ""
|
source: ""
|
||||||
destination: ""
|
destination: ""
|
||||||
|
@ -24,5 +20,3 @@ jobs:
|
||||||
upload: "true"
|
upload: "true"
|
||||||
remove: "false"
|
remove: "false"
|
||||||
purgePullZone: "false"
|
purgePullZone: "false"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue