hapistrano icon indicating copy to clipboard operation
hapistrano copied to clipboard

Using the Docker image to deploy to localhost produces an error

Open juanpaucar opened this issue 4 years ago • 4 comments

Currently, if we use the docker image to make deployment to the local computer without specifying localhost as the host on the config file. It produces an error about a not found file.

Expected behavior By default, if no host is specified, it should set localhost for the target deployment machine

Current behavior Since a docker image is a contained environment, it's necessary to specify an extra flag for the target host. Otherwise, no host flag will be sent when executing ssh or scp commands

juanpaucar avatar Nov 06 '19 14:11 juanpaucar

Hi, Can I work on this?

mpmadhavig avatar Oct 19 '21 14:10 mpmadhavig

Hi @MadhaviG97, yes you can. It'd be great

juanpaucar avatar Oct 19 '21 14:10 juanpaucar

Sorry I will not be able to work on this.

mpmadhavig avatar Nov 17 '21 15:11 mpmadhavig

Hey @juanpaucar Let's try to wrap this issue. I'll ask someone in the team to replicate it and add some replication steps here.

CristhianMotoche avatar Mar 20 '23 17:03 CristhianMotoche