mirror of
https://github.com/zen-browser/branding.git
synced 2025-07-08 01:10:07 +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:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
upload:
|
||||
|
@ -24,6 +27,5 @@ jobs:
|
|||
- name: Change Directory and Run Go File
|
||||
run: |
|
||||
cd upload
|
||||
ls
|
||||
go run main.go ${{ secrets.STORAGE_PASSWORD }} ${{ secrets.STORAGE_NAME }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue