diff options
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 27168a9..6207c71 100644 --- a/config/deploy.rb +++ b/config/deploy.rb | |||
@@ -41,6 +41,7 @@ set :default_env, { 'RAILS_RELATIVE_URL_ROOT' => '/poke3' } | |||
41 | 41 | ||
42 | # rvm | 42 | # rvm |
43 | set :rvm_type, :system | 43 | set :rvm_type, :system |
44 | set :rvm_ruby_version, 'ruby-3.3.6' | ||
44 | set :rvm_custom_path, '/usr/local/rvm' | 45 | set :rvm_custom_path, '/usr/local/rvm' |
45 | 46 | ||
46 | # rails | 47 | # rails |