updated deploy branches
Showing
2 changed files
with
3 additions
and
3 deletions
| 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 | ... | ... |
-
Please register or sign in to post a comment