deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.63k stars 1.49k forks source link

Allow multiple cachetool calls #3684

Closed infabo closed 1 year ago

infabo commented 1 year ago
yard-mschwartz commented 7 months ago

It turns out we had a copy of the default opcache clear command in deploy.php, which broke the our deployment pipeline since v7.3.2, that includes this change. Only God knows why. :upside_down_face:

The error being: Array to string conversion in Configuration.php on line 136

Anyway, this is now solved by removing this copy, that shouldn't have been there in the first place.