Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
The PR mentioned causes deployments on 6.4.6.0 not to fail, but still won't work for
Example file `test.json`; ```json [ { "storefront": { "path": "Resources\/app\/storefront\/src", "entryFilePath": "Resources\/app\/storefront\/src\/main.js", "webpack": null, "styleFiles": [ "\/var\/www\/htdocs\/releases\/20211124115627\/vendor\/shopware\/storefront\/Resources\/app\/storefront\/src\/scss\/base.scss", "\/var\/www\/htdocs\/releases\/20211124115627\/vendor\/shopware\/storefront\/Resources\/app\/storefront\/src\/scss\/skin\/shopware\/_base.scss", "@Plugins" ] } } ] ``` Run `sed -E 's#\\/var\\/www\\/htdocs\\/releases\\/[0-9]+\\/##g' test.json`; ```json...
@Schrank I did a PR here; https://github.com/deployphp/deployer/pull/2801/files It's not 100% perfect because it still relies on the release name being numeric, which _might_ not be the case, while within reasonable...
@barryvdh @mpociot I've tried adding a custom driver for Zapier (as a poor man's alternative to hooking up IMAP/POP properly), but it won't match a route. The `$matchedRoutes` array inside...
@Norgul I'm not, I just followed @barryvdh his example, and he doesn't mention a route. Not sure how to proceed now.
I have a PHP script for this, which I am planning to port to a magerun addon. For now; https://gist.github.com/peterjaap/5547654
+1 for this. I just implemented setting the base URL and was also looking for an option like this.
Cool, I'll welcome a PR!
I agree but I have no clue how to make that happen.
@toonvd that looks interesting. But that will mean a very big rewrite since we now generate queries and run them against MySQL https://github.com/elgentos/masquerade/blob/39baae746b12bba869fe582ea6b322fbbdef1da4/src/Elgentos/Masquerade/DataProcessor/TableService.php#L355 If we were to use `mysqldump-php`, we'll...