Commit 09255dc2fbc46bfe6077e43c19c14a21abefafb1

Authored by renansoares
1 parent 261f3256
Exists in master

fixed for azure

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/deploy.rb
... ... @@ -29,7 +29,7 @@ set :puma_init_active_record, true # Change to false when not using ActiveRecor
29 29  
30 30 ## Defaults:
31 31 # set :scm, :git
32   -set :branch, :v2
  32 +# set :branch, :v2
33 33 # set :format, :pretty
34 34 # set :log_level, :debug
35 35 # set :keep_releases, 5
... ...