diff --git a/config/deploy/production.rb b/config/deploy/production.rb index ea22ed0ca..cfce811f2 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -4,3 +4,4 @@ server "sonohara.donmai.us", :roles => %w(web app db), :primary => true, :user = server "hijiribe.donmai.us", :roles => %w(web app), :user => "albert" set :linked_files, fetch(:linked_files, []).push(".env.production") +set :rbenv_path, "/home/albert/.rbenv" \ No newline at end of file