ansistrano-symfony-deploy
ansistrano-symfony-deploy copied to clipboard
Common post-deploy tasks for Symfony projects, using ansistrano (a Capistrano-style Ansible role)
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.
`run_once: true` should be added to the doctrine migration execution
Sometimes getcomposer.org is unavailable but role wants to upgrade composer whenever it is already installed or not. This PR adds `symfony_composer_upgrade` (default true) option which: * stats for composer.phar *...
Since I'm not using this at all, and [quite a few forks](https://github.com/cbrunnkvist/ansistrano-symfony-deploy/network/members) have appeared over the years, I would be glad to hand over maintenance to one or more persons...
Hello, I'm using 3 releases for deployment. Sometimes, when it comes to cleanup,there's a file seems to bug the cleanup process : ``` TASK: [deployment | Clean up releases] ********************************...