-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Hi,
I read that I could set up php and composer path in the config file :
MY CONFIG FILE
public function configure()
{
return $this->getConfigBuilder()
->server('[email protected]')
->deployDir('/kunden/homepages/9/d77835205/htdocs/des-hauts-debats')
->repositoryUrl('[email protected]:antoine1003/des-hauts-debats.git')
->remotePhpBinaryPath('/usr/bin/php7.1-cli')
->remoteComposerBinaryPath('/kunden/homepages/9/d77813505/htdocs/composer.phar')
->repositoryBranch('prod')
;
}
But when I run php bin/console deploy
it use just /kunden/homepages/9/d77813505/htdocs/composer.phar update
for example and I want it to use the full syntax /usr/bin/php7.1-cli kunden/homepages/9/d77813505/htdocs/composer.phar update
because the default server php version is outdated and I can't change it (mutualised server).
Is there any way to do it?
Metadata
Metadata
Assignees
Labels
No labels