violet_rails
violet_rails copied to clipboard
install Rbenv and Ruby once in Capistrano deploy matrix
Is your feature request related to a problem? Please describe.
Currently we build rbenv and ruby once per deployment environment
Describe the solution you'd like
We should build rbenv and ruby once, and then use that configuration to deploy to each environment (we have to also ensure that AWS credentials are used on a per deployment environment basis).