Commit df99935233292db8f7a87852dcd9e37eca4c2cde
Committed by
Diego Camarinha
1 parent
f780d223
Exists in
colab
and in
4 other branches
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 | set :application, 'mezuro' | 1 | set :application, 'mezuro' |
2 | set :repo_url, 'https://github.com/mezuro/mezuro.git' | 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 | set :deploy_to, "/home/mezuro/app" | 6 | set :deploy_to, "/home/mezuro/app" |
7 | # set :scm, :git | 7 | # set :scm, :git |