Skip to content

Commit

Permalink
Fix/m2 artifact success (deployphp#3601)
Browse files Browse the repository at this point in the history
* Call deploy:success at the end of Magento 2 Artifact Finish

* Regenerated Docs
  • Loading branch information
SamJUK authored May 18, 2023
1 parent 840b207 commit ed28cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipe/magento2.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ This task is group task which contains next tasks:


### artifact:deploy
[Source](https://github.com/deployphp/deployer/blob/master/recipe/magento2.php#L517)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/magento2.php#L518)

Actually releases the artifact deployment.

Expand Down
1 change: 1 addition & 0 deletions recipe/magento2.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ function magentoDeployAssetsSplit(string $area)
'cachetool:clear:opcache',
'deploy:cleanup',
'deploy:unlock',
'deploy:success'
]);

desc('Actually releases the artifact deployment');
Expand Down

0 comments on commit ed28cb1

Please sign in to comment.