Skip to content

Commit

Permalink
Add an RVM path.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Oct 22, 2020
1 parent b301491 commit 3a66cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
set :branch, 'master'

# For system-wide RVM install.
# set :rvm_path, '/usr/local/rvm/bin/rvm'
set :rvm_path, '/usr/local/rvm/bin/rvm'

# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.
# They will be linked in the 'deploy:link_shared_paths' step.
Expand Down

0 comments on commit 3a66cf8

Please sign in to comment.