acbc69f1 by Jeff Balicki

ee

1 parent 8bd25d13
...@@ -7,7 +7,7 @@ set :repo_url, 'git@git.gotenzing.com:tenzing/FP_Canada.git' ...@@ -7,7 +7,7 @@ set :repo_url, 'git@git.gotenzing.com:tenzing/FP_Canada.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, "production" 10 set :branch, "master"
11 11
12 12
13 set :keep_releases, 2 13 set :keep_releases, 2
......