I am trying to use the action to run a .sh file to sync and build a Laravel/React app.
The action successfully connects via ssh and runs the file but there is no output and after 30sec it exits with timeout error.
I start running a couple of tests I got the same error just copying and paste your example code.
I am trying to connect to a Ubuntu 18 server.
Any tips?
Action out put:
Warning: This action does not currently support host verification; verification is disabled.
/home/***/deploy/deploy_dev.sh
Start Run Command
Pseudo-terminal will not be allocated because stdin is not a terminal.
ssh: connect to host *** port 22: Operation timed out
##[error]Docker run failed with exit code 255
I am trying to use the action to run a .sh file to sync and build a Laravel/React app.
The action successfully connects via ssh and runs the file but there is no output and after 30sec it exits with timeout error.
I start running a couple of tests I got the same error just copying and paste your example code.
I am trying to connect to a Ubuntu 18 server.
Any tips?
Action out put: