mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
This commit is contained in:
parent
889c35abac
commit
bba421fbfd
@ -53,7 +53,7 @@ env('bin/composer', function () {
|
||||
|
||||
if (empty($composer)) {
|
||||
run("cd {{release_path}} && curl -sS https://getcomposer.org/installer | php");
|
||||
$composer = '{{bin/php}} composer.phar';
|
||||
$composer = '{{bin/php}} {{release_path}}/composer.phar';
|
||||
}
|
||||
|
||||
return $composer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user