Simon Sprankel

Results 263 comments of Simon Sprankel

I just learned from @Schrank that deployer has a Magento 2 recipe in the core of version 7 (currently in beta): https://github.com/deployphp/deployer/blob/master/recipe/magento2.php For the next project, I will first research...

Awesome to hear @rikwillems! My current feeling is that it makes more sense to work on the core Deployer 7 Magento 2 recipe instead of caring about this project. Maybe...

We are using core Deployer to deploy a project via Bitbucket Pipelines. It is not live yet, but the deployment seems to do its job. However, it runs the deployment...

So what we all want and need is artifact deployments in core Deployer :grin: If I just had more time...

I personally try to focus on the core Deployer recipe for Magento 2 in the future. However, old projects of us still use the recipe from this repository. If the...

That would indeed be nice. As an alternative, you could use the Deployer 7 core recipe to deploy with Composer 2: https://github.com/deployphp/deployer/blob/master/recipe/magento2.php

@osrecio I agree in general. However, things do not always go as expected. Hence, it is rather important that `bin/magento` works correctly on the server as well. And unfortunately, it...

Thanks @pixelhed! Most of the stuff looks good. Anyway, are you sure that this works correctly? I am missing the part, where `link_type` = `file` is used: https://github.com/avstudnitz/AvS_FastSimpleImport/pull/393/files#diff-f8e8d5f37e9620023fd30064b683d27bR2065 I did...

Okay awesome. As said, I could not test it, but you tested it, right? Did you also verify that imported downloadable files are structured in the way Magento does it...

Do you use the latest version 0.8.2 of the extension? It is fully compatible with PHP 5.5. What is around line 1285 in your version of the extension? I guess...