From 0e0090ed0b5b70c9c5485af84e47644f71665d38 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Thu, 12 Nov 2015 18:58:45 +0800 Subject: [PATCH] #28 set pty to false --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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