You've already forked CS-Box
Update .gitea/publish.yml
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
- name: Checkout
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- ./export
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: SFTP upload
|
||||
- name: SFTP upload
|
||||
uses: Dylan700/sftp-upload-action@latest
|
||||
with:
|
||||
server: sagittarius.premium.hostns.io
|
||||
|
||||
Reference in New Issue
Block a user