mirror of
https://github.com/zen-browser/branding.git
synced 2025-07-07 08:55:37 +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:
|
||||
workflow_dispatch:
|
||||
|
@ -6,16 +6,12 @@ on:
|
|||
jobs:
|
||||
upload:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.22.3]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Deploy to BunnyCDN
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2
|
||||
with:
|
||||
source: ""
|
||||
destination: ""
|
||||
|
@ -24,5 +20,3 @@ jobs:
|
|||
upload: "true"
|
||||
remove: "false"
|
||||
purgePullZone: "false"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue