mirror of
https://github.com/zen-browser/branding.git
synced 2025-07-07 17:05:37 +02:00
Update deploy.yml
This commit is contained in:
parent
d210be26fd
commit
8ad350091c
1 changed files with 9 additions and 9 deletions
18
.github/workflows/deploy.yml
vendored
18
.github/workflows/deploy.yml
vendored
|
@ -17,15 +17,15 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
- name: Deploy to BunnyCDN
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
source: ""
|
||||
destination: ""
|
||||
storageZoneName: "${{ secrets.STORAGE_NAME }}"
|
||||
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
|
||||
upload: "true"
|
||||
remove: "false"
|
||||
purgePullZone: "false"
|
||||
|
||||
- name: List Directory Contents
|
||||
run: ls
|
||||
- name: Change Directory and Run Go File
|
||||
run: |
|
||||
cd upload
|
||||
go run main.go ${{ secrets.STORAGE_PASSWORD }} ${{ secrets.STORAGE_NAME }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue