Error: Command failed with exit code 1: vendor/bin/dep deploy -vvv #2653
|
Hi all, I feel like I tried everything to get Deployer v7 run as a Github Action triggered manually, but it fails with error: Locally it works fine. My action code: What I tried:
What I am missing? |
Replies: 3 comments 1 reply
|
I’ll try to take a look. |
|
@antonmedv - I spent some time analyzing the issue and came to the working solution both for Deployer 6.8 and Deployer 7.0 (beta). My summary: This is because of randomly appearing Note on ssh-multiplexing: I observed the issue with ssh connection happens in Github Action running ubuntu-latest agent pretty often. So I would propose to set switch it off in default Deployer configuration. It works much more stable then. Here is my working Github Action workflow that works both for Deployer 7.0 and Deployer 6.8. And here is my |
|
Issue is solved in v7.0.0-beta.25, this can be closed now. |
Issue is solved in v7.0.0-beta.25, this can be closed now.