EasyCorp / easy-deploy-bundle

The easiest way to deploy your Symfony applications
https://easycorp.io/EasyDeploy
MIT License
471 stars 103 forks source link

bash: where: command not found #112

Closed curtchan closed 4 years ago

curtchan commented 4 years ago

`In Process.php line 256:

[Symfony\Component\Process\Exception\ProcessFailedException] The command "ssh login@server "where /usr/local/bin/composer"" failed.

Exit Code: 127(Command not found)

Working directory: project_dir

bash: where: command not found `

So... why does it even try running where on server-side in the first place if im providing it direct paths to composer and php binaries?

curtchan commented 4 years ago

duplicate of #38