Skip to content
New issue

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

Override :except => {:no_release => true} #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamruinous
Copy link
Contributor

Add ability to override the task options, useful for custom/multistage deploys.

@sfsekaran
Copy link
Contributor

This seems reasonable. Especially for custom setups like you said. But I'm not sure about merging this one. I get that it would make it easier in some cases, but at that point I'd almost rather you use the underlying run <capistrano-unicorn method> statements directly. They're very straightforward and reduce the need to manage lots of options for very custom setups.

Can I get any thoughts from anyone else?

@innovia
Copy link

innovia commented Jun 26, 2013

need to be able to skip reload if no servers with unicorn roles found that solution seem to solve the issue of having muti stages where some stages are unicorn and some are pasenger

@sfsekaran
Copy link
Contributor

@innovia Right, but won't my proposed solution solve that neatly? If you want an example, I can whip one up pretty quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants