mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 00:32:25 +01:00
Update build
This commit is contained in:
parent
e34753e7c8
commit
12698ea311
@ -21,7 +21,7 @@ if (!preg_match('/^\d+\.\d+\.\d+(\-\w+(\.\d+)?)?$/', $version)) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
`composer install --no-dev --prefer-dist --optimize-autoloader --no-scripts --ignore-platform-reqs`;
|
||||
`composer install --no-dev --prefer-dist --optimize-autoloader`;
|
||||
|
||||
$pharName = "deployer.phar";
|
||||
$pharFile = __ROOT__ . '/' . $pharName;
|
||||
|
Loading…
x
Reference in New Issue
Block a user