deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.62k stars 1.48k forks source link

Shopware recipe: Refresh themes during deployment #3529

Closed M-arcus closed 1 year ago

M-arcus commented 1 year ago

Currently, newly added themes are not visible after a deployment. So the command bin/console theme:refresh has to be executed manually.

Similarly, plugins get refreshed each deployment according to the Shopware recipe. So an addition of a theme refresh should be possible.

Upvote & Fund

Fund with Polar

M-arcus commented 1 year ago

I have added the required code and documented it.