capistrano / symfony

Capistrano tasks for deploying the Symfony standard edition
MIT License
353 stars 65 forks source link

Fixed missing "symfony_deploy_roles" variable in defaults.rb #120

Closed jsunier closed 4 years ago

jsunier commented 5 years ago

Fixed missing :symfony_deploy_roles variable in lib/capistrano/symfony/defaults.rb that caused tasks like symfony:clear_controllers to not being executed.

This fixes #90 and complete changes made in #101.

Nyholm commented 4 years ago

Thank you