We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I don't know if i do somethings wrong but:
When i have in my deploy.rb :
# Role filtering set :symfony_roles, :web
It's don't execute symfony task as controllers_to_clear
But when I put :
set :symfony_deploy_roles, :web
Its work.
In symfony.rake it 's always fetch this var:
on release_roles(fetch(:symfony_deploy_roles)) do within symfony_web_path do execute :rm, "-f", *fetch(:controllers_to_clear) end end
Whereas it's store in other var:
role = args[:role] || fetch(:symfony_roles)
I am not an expert in ruby that's why i not PR it and i am not sure about it
The text was updated successfully, but these errors were encountered:
Hm, I think it is the correct behavior. Im not sure though..
Sorry, something went wrong.
Looks like this was introduced with #82.
No branches or pull requests
Hello,
I don't know if i do somethings wrong but:
When i have in my deploy.rb :
It's don't execute symfony task as controllers_to_clear
But when I put :
Its work.
In symfony.rake it 's always fetch this var:
Whereas it's store in other var:
I am not an expert in ruby that's why i not PR it and i am not sure about it
The text was updated successfully, but these errors were encountered: