From 2c4a0cd79dd68eda942111805ea42f9ff127fc77 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 30 Jan 2018 12:03:03 -0800 Subject: [PATCH] set rbenv path for staging --- config/deploy/staging.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index f15046a3c..d3a425754 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -3,3 +3,4 @@ set :rails_env, "staging" server "testbooru.donmai.us", :roles => %w(web app db), :primary => true, :user => "danbooru" set :linked_files, fetch(:linked_files, []).push(".env.staging") +set :rbenv_path, "/home/danbooru/.rbenv" \ No newline at end of file