Simple (Magento|Shopware) plugin release pipeline

We just finished a shipping plugin and were looking for a simple way to deploy it. Because we wanted to allow composer deployments having a git repository somewhere to get it from was already set, but the customer requested a link to a ZIP file. We already had a private and a public repository andContinue reading “Simple (Magento|Shopware) plugin release pipeline”

Shopware 6: Monitoring Queue on Stage with a bitbucket pipeline, Part 2

The first part about how to find all the Shopware 6.5 instances can be found here. This part is about how to monitor the queue My goal is to know, when a queue on our staging server is not working properly. The idea is simple, I loop over all Shopware 6.5+ instances and collect theContinue reading “Shopware 6: Monitoring Queue on Stage with a bitbucket pipeline, Part 2”