Add .gitea/publish.yml

Signed-off-by: Alexander Lyall <alexander.lyall@adcm.uk>
This commit is contained in:
2025-11-08 18:05:44 +00:00
parent f8a86adc40
commit 2670489e33

15
.gitea/publish.yml Normal file
View File

@@ -0,0 +1,15 @@
- name: Checkout
uses: actions/checkout@v4
- name: SFTP upload
uses: Dylan700/sftp-upload-action@latest
with:
server: sagittarius.premium.hostns.io
username: adcmnetworks
password: ${{secrets.password}}
port: 22
uploads: |
./export => /home/adcmnetworks/csbox
delete: 'true'
ignore: |
*.git
*/**/*git*