Config deploy for production
This commit is contained in:
parent
14ad73b764
commit
8425c7539e
@ -26,8 +26,9 @@ append :linked_files, ".env"
|
||||
set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system public/lift-calculator}
|
||||
|
||||
set :rbenv_type, :user # or :system, depends on your rbenv setup
|
||||
set :rbenv_ruby, '2.6.0'
|
||||
# set :rbenv_map_bins, %w{rake gem bundle ruby rails}
|
||||
# set :rbenv_ruby, '2.6.0'
|
||||
set :rbenv_ruby, File.read('.ruby-version').strip
|
||||
set :rbenv_map_bins, %w{rake gem bundle ruby rails}
|
||||
set :rbenv_roles, :all # default value
|
||||
|
||||
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user