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