debugging

This commit is contained in:
2025-10-21 21:40:30 +02:00
parent 09d89a651e
commit 5fad26cb5b

View File

@@ -83,11 +83,12 @@ 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 }}"
debug: true
# The 'exclude' parameter is supported and should be kept # The 'exclude' parameter is supported and should be kept
exclude: | # exclude: |
.git/ # .git/
.github/ # .github/
node_modules/ # node_modules/
run_docker_compose: run_docker_compose:
name: Run docker-compose remotely name: Run docker-compose remotely