From 5fad26cb5b206c3f0eb19ad9d2ed74650db4501b Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Tue, 21 Oct 2025 21:40:30 +0200 Subject: [PATCH] debugging --- .gitea/workflows/workflow.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 40ea9e0..386b3f2 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -83,11 +83,12 @@ jobs: port: ${{ env.SSH_PORT }} source: "./" target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}" + debug: true # The 'exclude' parameter is supported and should be kept - exclude: | - .git/ - .github/ - node_modules/ + # exclude: | + # .git/ + # .github/ + # node_modules/ run_docker_compose: name: Run docker-compose remotely