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
4bad3978e1
commit
46198ee5e0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -2,6 +2,9 @@ name: Upload to bunny
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
upload:
|
upload:
|
||||||
|
@ -24,6 +27,5 @@ jobs:
|
||||||
- name: Change Directory and Run Go File
|
- name: Change Directory and Run Go File
|
||||||
run: |
|
run: |
|
||||||
cd upload
|
cd upload
|
||||||
ls
|
|
||||||
go run main.go ${{ secrets.STORAGE_PASSWORD }} ${{ secrets.STORAGE_NAME }}
|
go run main.go ${{ secrets.STORAGE_PASSWORD }} ${{ secrets.STORAGE_NAME }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue