deployphp / deployer

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

incorporate magento_dir for #3843 #3846

Open akosglue opened 2 weeks ago

akosglue commented 2 weeks ago

Regarding #3843, the 2 commands are working now with magento_dir. When 'deploy:vendors' is run, the 'release_or_current_path' is changed temporarily so that the recipe doesn't need to include an override for the 'deploy:vendors' task. The other command is just extended with the magento_dir variable.