mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Upgrade always verbose
This commit is contained in:
parent
7de69d68d0
commit
c10dab53ad
@ -43,7 +43,7 @@ desc('Upgrade all packages');
|
||||
task('provision:upgrade', function () {
|
||||
run('apt-get update', ['env' => ['DEBIAN_FRONTEND' => 'noninteractive']]);
|
||||
run('apt-get upgrade -y', ['env' => ['DEBIAN_FRONTEND' => 'noninteractive']]);
|
||||
});
|
||||
})->verbose();
|
||||
|
||||
task('provision:add-repositories', function () {
|
||||
run('apt-add-repository ppa:ondrej/php -y', ['env' => ['DEBIAN_FRONTEND' => 'noninteractive']]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user