Added color definition file at config/cap_colors.rb
This commit is contained in:
parent
bbc165137f
commit
c46c07f648
1 changed files with 11 additions and 0 deletions
11
config/cap_colors.rb
Normal file
11
config/cap_colors.rb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
require 'capistrano_colors'
|
||||
|
||||
capistrano_color_matchers = [
|
||||
# Full docs at https://github.com/stjernstrom/capistrano_colors/
|
||||
# Any priority above 0 will override capistrano_colors' defaults if needed
|
||||
{ :match => /^Deploying branch/, :color => :yellow, :prio => 20 },
|
||||
]
|
||||
|
||||
capistrano_color_matchers.each do |matcher|
|
||||
Capistrano::Logger::add_color_matcher( matcher )
|
||||
end
|
||||
Loading…
Reference in a new issue