cbrunnkvist / ansistrano-symfony-deploy

Common post-deploy tasks for Symfony projects, using ansistrano (a Capistrano-style Ansible role)
MIT License
68 stars 26 forks source link

Use symfony_php_path to run composer selfupdate #39

Open ribeiropaulor opened 2 years ago

ribeiropaulor commented 2 years ago

Currently, if you use an OS with only custom PHP executable (e.g., /usr/bin/php81), the command composer selfupdate fails. This PR uses the variable symfony_php_path to run that command.