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 0c06c62 commit d1f0fdeCopy full SHA for d1f0fde
1 file changed
recipe/magento2.php
@@ -370,13 +370,13 @@ function magentoDeployAssetsSplit(string $area)
370
371
after('deploy:symlink', 'magento:cache:flush');
372
373
-after('deploy:failed','deploy:magento:failed');
+after('deploy:failed', 'deploy:magento:failed');
374
375
//Run Magento Deployment Failure Tasks
376
desc('Run magento post deployment failure tasks.');
377
-task('deploy:magento:failed',[
+task('deploy:magento:failed', [
378
'magento:config:import',
379
- 'magento:maintenance:disable'
+ 'magento:maintenance:disable',
380
]);
381
382
// Artifact deployment section
0 commit comments