Skip to content

Commit

Permalink
Add --no-interaction flag in setup:upgrade Task
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Feb 9, 2022
1 parent 3a64b5d commit e68702a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Deployer/Task/MagentoTasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static function allowSymlinks()
public static function runSetupUpgrade()
{
\Deployer\cd('{{release_path_app}}');
\Deployer\run(\Deployer\get('php_bin') . ' bin/magento setup:upgrade --keep-generated');
\Deployer\run(\Deployer\get('php_bin') . ' bin/magento setup:upgrade --no-interaction --keep-generated');
}

/**
Expand Down

0 comments on commit e68702a

Please sign in to comment.