This commit is contained in:
2025-10-21 21:43:14 +02:00
parent 5fad26cb5b
commit 3373d37efb

View File

@@ -82,7 +82,8 @@ jobs:
key: ${{ env.SSH_PRIVATE_KEY }} key: ${{ env.SSH_PRIVATE_KEY }}
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 }}"
target: "/tmp/app/main"
debug: true debug: true
# The 'exclude' parameter is supported and should be kept # The 'exclude' parameter is supported and should be kept
# exclude: | # exclude: |