diff --git a/config/deploy.rb b/config/deploy.rb index 05b2940..0e94f50 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -9,7 +9,7 @@ set :puma_threads, [4, 16] set :puma_workers, 0 # Default branch is :master -# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call +ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call # Don't change these unless you know what you're doing set :pty, true -- libgit2 0.21.2