Skip to content

Commit

Permalink
Use system ruby instead of snap ruby for passenger
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Dec 28, 2020
1 parent 0397e2d commit 127eb01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/deploy.rb
Expand Up @@ -3,11 +3,6 @@
set :branch, 'ro'
set :deploy_to, '/var/rubydoc/rurema-search'

set :default_env, {
'PATH' => '/snap/bin:$PATH',
'DEBIAN_DISABLE_RUBYGEMS_INTEGRATION' => 'true',
}

set :linked_files, %w{document.yaml production.yaml}
set :linked_dirs, %w{groonga-database var/lib/suggest}

Expand Down

0 comments on commit 127eb01

Please sign in to comment.