From f83480cc8ad8688a50fe08d6cc32187d1eb00c42 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Mon, 22 Jan 2018 18:04:55 -0800 Subject: [PATCH] hard core path to rbenv root --- config/deploy/production.rb | 1 + 1 file changed, 1 insertion(+) 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