Mina: load rbenv environment.
This commit is contained in:
parent
5e903b6ff7
commit
abf34a82a6
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ set :user, 'apps' # Username in the server to SSH to.
|
||||||
task :environment do
|
task :environment do
|
||||||
# If you're using rbenv, use this to load the rbenv environment.
|
# If you're using rbenv, use this to load the rbenv environment.
|
||||||
# Be sure to commit your .rbenv-version to your repository.
|
# Be sure to commit your .rbenv-version to your repository.
|
||||||
# invoke :'rbenv:load'
|
invoke :'rbenv:load'
|
||||||
|
|
||||||
# For those using RVM, use this to load an RVM version@gemset.
|
# For those using RVM, use this to load an RVM version@gemset.
|
||||||
# invoke :'rvm:use[ruby-1.9.3-p125@default]'
|
# invoke :'rvm:use[ruby-1.9.3-p125@default]'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue