d5530b34 by Jeremy Groot

updated deploy branches

1 parent ef8f7b9f
1 set :application, 'commonwell-broker' 1 set :application, 'commonwell-broker-new'
2 set :repo_url, 'git@git.gotenzing.com:commonwell/broker-site.git' 2 set :repo_url, 'git@git.gotenzing.com:commonwell/broker-site.git'
3 3
4 # Branch options 4 # Branch options
...@@ -7,7 +7,7 @@ set :repo_url, 'git@git.gotenzing.com:commonwell/broker-site.git' ...@@ -7,7 +7,7 @@ set :repo_url, 'git@git.gotenzing.com:commonwell/broker-site.git'
7 7
8 # Hardcodes branch to always be master 8 # Hardcodes branch to always be master
9 # This could be overridden in a stage config file 9 # This could be overridden in a stage config file
10 set :branch, :master 10 set :branch, :redesign
11 11
12 12
13 set :keep_releases, 2 13 set :keep_releases, 2
......
1 set :application, 'commonwell-broker-staging' 1 set :application, 'commonwell-broker-new'
2 set :stage, :staging 2 set :stage, :staging
3 set :branch, "redesign" 3 set :branch, "redesign"
4 4
......