From a8f7611b011b3d8930723189f044c369281f2051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Fri, 4 Sep 2015 18:56:40 +0200 Subject: [PATCH] changes branch for production deployments --- config/deploy/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 49968fc51..8b784cf21 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,7 +1,7 @@ set :deploy_to, deploysecret(:deploy_to) set :server_name, deploysecret(:server_name) set :db_server, deploysecret(:db_server) -set :branch, :master +set :branch, :stable set :ssh_options, port: deploysecret(:ssh_port) set :stage, :production set :rails_env, :production