Update .gitea/workflows/publish.yaml
All checks were successful
Publish to Server / Deploy (push) Successful in 1m41s

This commit is contained in:
2025-11-08 20:25:40 +00:00
parent 3803c99f2c
commit 2d0aa27738

View File

@@ -26,7 +26,7 @@ jobs:
port: 22
uploads: |
${{ vars.GIT_FOLDER_MAIN }} => ${{ vars.SSH_FOLDER_BETA }}
delete: 'true'
delete: 'false'
ignore: |
*.git
*/**/*git*
@@ -39,7 +39,7 @@ jobs:
port: 22
uploads: |
${{ vars.GIT_FOLDER_ARCHIVE }} => ${{ vars.SSH_FOLDER_ARCHIVE }}
delete: 'true'
delete: 'false'
ignore: |
*.git
*/**/*git*