jalogut / magento2-deployer-plus

Tool based on deployer.org to perform zero downtime deployments of Magento 2 projects
GNU General Public License v3.0
200 stars 59 forks source link

Update deployer to newer version #72

Closed tshabatyn closed 2 years ago

tshabatyn commented 3 years ago

The old version of deployer throws the following error in the Docker container.

PHP Fatal error:  require(): Failed opening required 'recipe/common.php' (include_path='phar:///var/www/html/bin/dep/bin/../:.:/usr/share/pear:/usr/share/php') in /var/www/html/vendor/jalogut/magento2-deployer-plus/recipe/magento_2_2_5.php on line 13
erfanimani commented 2 years ago

LGTM, happy to merge this in. What do you think @sprankhub?

It excludes PHP 8+, but compatibility could be added in another PR (even if it's just adding it to the list of supported PHP versions)

Fixes #75

erfanimani commented 2 years ago

Closing this one as I've created a newer PR which includes this one (https://github.com/jalogut/magento2-deployer-plus/pull/80)