Update deploy.yml

This commit is contained in:
NOCanoa 2024-11-01 20:52:17 +00:00 committed by GitHub
parent 4bad3978e1
commit 46198ee5e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}