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

rvm1 tasks do not respect no_release: true attribute #72

Open
mczepiel opened this issue Feb 2, 2016 · 0 comments
Open

rvm1 tasks do not respect no_release: true attribute #72

mczepiel opened this issue Feb 2, 2016 · 0 comments

Comments

@mczepiel
Copy link

mczepiel commented Feb 2, 2016

I have a server that is part of my deployment process but does not need a release, or rvm for that matter, and has been marked with no_release: true

This attribute looks like it was restored to Capistrano 3 and a release_roles accessor was added to limit roles where tasks should be performed:

capistrano/capistrano@97d0ddf#diff-0be8aada39197e923b01120ed1917c57R46

I have had problems deploying as the tasks in rvm1 are being run against all roles, not just the release_roles

EDIT: FTR, set :rvm1_roles, [:app] does work for my needs but it would be nice to respect no_release

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

No branches or pull requests

1 participant