From df99935233292db8f7a87852dcd9e37eca4c2cde Mon Sep 17 00:00:00 2001 From: Heitor Reis Date: Fri, 6 Nov 2015 15:39:25 -0200 Subject: [PATCH] Set capistrano's default deploy branch to stable --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 3dccb2c..fd76269 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,7 +1,7 @@ set :application, 'mezuro' set :repo_url, 'https://github.com/mezuro/mezuro.git' -# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp } +set :branch, 'stable' set :deploy_to, "/home/mezuro/app" # set :scm, :git -- libgit2 0.21.2