Debugging

This commit is contained in:
2025-10-21 21:33:20 +02:00
parent a296c3ad64
commit 78567e117a

View File

@@ -79,7 +79,7 @@ jobs:
port: ${{ env.SSH_PORT }} port: ${{ env.SSH_PORT }}
source: "./" source: "./"
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}" target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
strip_components: 1 # The 'exclude' parameter is supported and should be kept
exclude: | exclude: |
.git/ .git/
.github/ .github/