We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a64b5d commit e68702aCopy full SHA for e68702a
src/Deployer/Task/MagentoTasks.php
@@ -123,7 +123,7 @@ public static function allowSymlinks()
123
public static function runSetupUpgrade()
124
{
125
\Deployer\cd('{{release_path_app}}');
126
- \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');
127
}
128
129
/**
0 commit comments