-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run path/to/php path/to/composer #90
Comments
I have the same issue. In my opinion, the expected behavior is: php binary path is used for
|
You can avoid this by specifying something like:
in your DefaultDeployer (deploy.php file):
|
@kordax , probably, yes:) |
Hi,
I read that I could set up php and composer path in the config file :
MY CONFIG FILE
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?
The text was updated successfully, but these errors were encountered: