Commit df99935233292db8f7a87852dcd9e37eca4c2cde

Authored by Heitor
Committed by Diego Camarinha
1 parent f780d223

Set capistrano's default deploy branch to stable

  * Fixes #281

Signed off by: Diego Araújo <diegoamc90@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/deploy.rb
1 1 set :application, 'mezuro'
2 2 set :repo_url, 'https://github.com/mezuro/mezuro.git'
3 3  
4   -# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }
  4 +set :branch, 'stable'
5 5  
6 6 set :deploy_to, "/home/mezuro/app"
7 7 # set :scm, :git
... ...