unosquare/sshdeploy

Tool hangs after deploy, must Ctrl+C to stop

thnk2wn opened this issue · 1 comments

Using Version 0.4.0.0.

When I run dotnet-sshdeploy push, the files are copied to my Pi device and it tells me that it finished the deployment (it did copy the files) but the tool is still running. It seems indefinitely stuck waiting for either some event to occur or the user to terminate the app with Ctrl+C, which is the only way I can seem to stop it. I'm assuming this is not expected behavior since I'm not running monitor. Ideas on potential cause and fix?

Project file has this:

  <PropertyGroup>
    <RuntimeIdentifiers>linux-arm</RuntimeIdentifiers>
    <SshDeployHost>192.168.4.87</SshDeployHost>
    <SshDeployTargetPath>/home/pi/myapp</SshDeployTargetPath>
    <SshDeployUsername>pi</SshDeployUsername>
  </PropertyGroup>

I'm running the tool with dotnet-sshdeploy push -w $PI_PWD -v. I've also tried it with the password directly in the project file, and with and without runtime identifiers.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.