Commit 204aeb8b8b92ebc976a96161e7b2f34de7748d2c

Authored by renansoares
1 parent 09255dc2
Exists in master

fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/deploy.rb
@@ -9,7 +9,7 @@ set :puma_threads, [4, 16] @@ -9,7 +9,7 @@ set :puma_threads, [4, 16]
9 set :puma_workers, 0 9 set :puma_workers, 0
10 10
11 # Default branch is :master 11 # Default branch is :master
12 -# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call 12 +ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call
13 13
14 # Don't change these unless you know what you're doing 14 # Don't change these unless you know what you're doing
15 set :pty, true 15 set :pty, true