diff --git a/config/deploy.rb b/config/deploy.rb index db374bf..aeecfff 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -12,7 +12,7 @@ set :puma_threads, [4, 16] set :puma_workers, 0 # Don't change these unless you know what you're doing -set :pty, true +# set :pty, true set :use_sudo, false set :stage, :production set :deploy_via, :remote_cache