We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d1ee4 commit f27929bCopy full SHA for f27929b
recipe/magento_2_1/database.php
@@ -7,4 +7,7 @@
7
8
namespace Deployer;
9
10
-task('database:upgrade', '{{bin/php}} {{magento_bin}} setup:upgrade --keep-generated');
+task('database:upgrade', function () {
11
+ run('{{bin/php}} {{release_path}}/{{magento_bin}} setup:db-schema:upgrade --no-interaction');
12
+ run('{{bin/php}} {{release_path}}/{{magento_bin}} setup:db-data:upgrade --no-interaction');
13
+});
0 commit comments