Skip to content

Commit e68702a

Browse files
committed
Add --no-interaction flag in setup:upgrade Task
1 parent 3a64b5d commit e68702a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deployer/Task/MagentoTasks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static function allowSymlinks()
123123
public static function runSetupUpgrade()
124124
{
125125
\Deployer\cd('{{release_path_app}}');
126-
\Deployer\run(\Deployer\get('php_bin') . ' bin/magento setup:upgrade --keep-generated');
126+
\Deployer\run(\Deployer\get('php_bin') . ' bin/magento setup:upgrade --no-interaction --keep-generated');
127127
}
128128

129129
/**

0 commit comments

Comments
 (0)