You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet the symfony_console is still ran on both servers. I noticed another task which did neatly run on just one server, it was not using the symfony command. So I changed my symfony_command to a capistrano execute and now the role is actually taken into account.
For some reason, when using the symfony_command, the roles from capistrano are ignored...
The text was updated successfully, but these errors were encountered:
I followed this piece from the docs:
I have 2 servers set up:
Yet the
symfony_console
is still ran on both servers. I noticed another task which did neatly run on just one server, it was not using the symfony command. So I changed my symfony_command to a capistranoexecute
and now the role is actually taken into account.For some reason, when using the symfony_command, the roles from capistrano are ignored...
The text was updated successfully, but these errors were encountered: