Rik Willems
Rik Willems
@jalogut @sprankhub @erfanimani I'd be happy to help out. I'm using this with great joy.
It would make sense to enhance the Deployer core if there is room for that. Can you point me to that development? I can't find it on the Github page.
@erfanimani That was really obvious, sorry about that. My use-case is building in CI and using Deployer Plus to deploy the artifact. That is not in core script. We can...
We stopped using Deployer Plus for the build set but are still using it for deployments. The artifact deployments are, by my knowledge, not implemented in Deployer so you would...
Although the documentation isn't very specific about it, it appears you need to run config import before the setup upgrade steps: https://devdocs.magento.com/guides/v2.4/config-guide/deployment/pipeline/technical-details.html
If anyone can fix the html in the tooltip description we can add some markup to make it easily readable.
Hi @Vinai I'm unsure about the watcher internals or what is possible. If each file is a separate event it might be hard to collect changes to do the right...
Yeah that is exactly what I mean. The event flood happens during a large change like branch switch or composer install. But while developing I run the watcher together with...
As I'm not at all familiar with these internal processes or ClojureScript at all I can't really add anything here. I think this quick workaround will suffice. As it's only...
Sweet, thank you Vinai. If I can test anything please let me know.