From 3dc16fb56921c67be04530a5a03013e820c25703 Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Sat, 19 Dec 2015 11:46:53 +0200 Subject: [PATCH] make puma bind to port 3000 on a capistrano deploy --- config/deploy.example.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/config/deploy.example.rb b/config/deploy.example.rb index f617c7a..bb542cc 100644 --- a/config/deploy.example.rb +++ b/config/deploy.example.rb @@ -68,3 +68,5 @@ namespace :db do end end end + +set :puma_bind, 'tcp://0.0.0.0:3000' -- libgit2 0.21.2