capistrano-magento2 icon indicating copy to clipboard operation
capistrano-magento2 copied to clipboard

Magento 2 specific tasks for Capistrano 3

Results 15 capistrano-magento2 issues
Sort by recently updated
recently updated
newest added

Hi, My website on multi server have using cache file on server, after deploy we just clear cache on opcache. We need to edit task clear cache "invoke 'magento:cache:flush'". But...

Thanks for the extension, I used Capistrano extensively for M1 and more recently for Laravel projects so it is really nice to see Capistrano tooling for M2 I can't see...

As per https://twitter.com/peterjaap/status/1481146030506876930?s=21 using an authoritative classmap can speed up requests by 1%

I've been seeing an issue for a while now that I think relates to OPCache and generated metadata. It's not easy to replicate, but usually clears on subsequent deployments. There...

When i run cap staging deploy i got Errorr DEBUG [5050e3d8] PHP Warning: require(/home/tricktionary/public_html/releases/20211210131149/vendor/composer/../symfony/polyfill-php81/bootstrap.php): failed to open stream: No such file or directory in /home/tricktionary/public_html/releases/20211210131149/vendor/composer/autoload_real.php on line 75 PHP Fatal...

Hi ! With Magento 2.4.2 and PHP 7.4.X,t he deployment doesn't work due to php's version in update/ directory. I've tried to update the Magento updater with this documentation: https://devdocs.magento.com/guides/v2.3/comp-mgr/updater/update-updater.html...

As Magento still has issues with the /pub folder in the sitemap XML (see for instance the following issue) https://github.com/magento/magento2/issues/30901 I think it makes sense to solve this in the...

Should the `var/report` dir be added to the shared directory list?

Similar issue to: https://github.com/davidalger/capistrano-magento2/issues/138 When running magento:maintenance:enable the redis cache is not correct. You fixed it by flushing before app:config:import, but it should have done a cache flush after the...

When credentials for repo.magento.com are set via `set :magento_auth_public_key, ''` and `set :magento_auth_private_key, ''`, they're being used only when Capistrano runs `composer install` in Magento root folder but not in...

up for grabs