docker-deployment-action icon indicating copy to clipboard operation
docker-deployment-action copied to clipboard

Failed with no error message

Open shakee93 opened this issue 4 years ago • 4 comments

fails with no error message. take a look at attached screenshot

Execute Over SSH: mkdir -p /root/prod/stacks || true

image

shakee93 avatar Nov 13 '20 11:11 shakee93

it seems your ssh configs are not valid, can you double-check the configs (remote_docker_host, ssh_private_key, ssh_public_key)

wshihadeh avatar Nov 13 '20 19:11 wshihadeh

is there anyway, that you can show the real error message?

shakee93 avatar Nov 15 '20 07:11 shakee93

currently no

wshihadeh avatar Dec 01 '20 08:12 wshihadeh

Was also at the same point. For me the issue was I was running a self hosted runner on my docker host where I wanted to deploy to. Then I used localhost or hostname as user@host. This lead to wrong network resolution. Using my local interface IP worked in the end, even if this setup in general is not pretty and only for testing. However extended logging would really make this more obvious.

kc1r74p avatar Jan 10 '21 22:01 kc1r74p