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