Dmitry Morozov
Results
1
comments of
Dmitry Morozov
You can avoid this by specifying something like: > ->remoteComposerBinaryPath('/usr/local/bin/php7.3 /usr/local/bin/composer') in your DefaultDeployer (deploy.php file): public function configure() ``` { return $this->getConfigBuilder() ... ->remoteComposerBinaryPath('/usr/local/bin/php7.3 /usr/local/bin/composer') ->repositoryBranch('prod'); } ```