From 2670489e338e36f59c73be5d24eb80fbfde6e73e Mon Sep 17 00:00:00 2001 From: Alexander Lyall Date: Sat, 8 Nov 2025 18:05:44 +0000 Subject: [PATCH] Add .gitea/publish.yml Signed-off-by: Alexander Lyall --- .gitea/publish.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/publish.yml diff --git a/.gitea/publish.yml b/.gitea/publish.yml new file mode 100644 index 0000000..0aa01a7 --- /dev/null +++ b/.gitea/publish.yml @@ -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* \ No newline at end of file