Replies: 1 comment
-
https://github.com/deployphp/deployer/blob/master/recipe/symfony.php |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
deployer/recipe/symfony.php
Lines 45 to 47 in 2853423
Using the Symfony recipe, I've had to override a bunch of options for a Symfony 4/5 installation. It doesn't make sense that the recipe has defaults that are for an old version; like the console path should be
bin/console
by default, and the var directory should bevar
by default, withcache
andlog
inside.Am I under some wrong impressions here?
Beta Was this translation helpful? Give feedback.
All reactions