debugging
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user