docker-deployment-action
docker-deployment-action copied to clipboard
Failed with no error message
fails with no error message. take a look at attached screenshot
Execute Over SSH: mkdir -p /root/prod/stacks || true
it seems your ssh configs are not valid, can you double-check the configs (remote_docker_host, ssh_private_key, ssh_public_key)
is there anyway, that you can show the real error message?
currently no
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.