Skip to content

Commit

Permalink
Remove RVM custom path
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Jul 28, 2023
1 parent 1535c7c commit 7e1dc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/prod.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set :server, ENV['server'] || 'patty.ugent.be'

set :rvm_custom_path, '/usr/share/rvm'
#set :rvm_custom_path, '/usr/share/rvm'

# don't specify db as it's not needed for unipept
server "#{fetch(:server)}", user: 'unipept', roles: %i[web app], ssh_options: {
Expand Down

0 comments on commit 7e1dc98

Please sign in to comment.