d5530b34 by Jeremy Groot

updated deploy branches

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