diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-11 15:31:16 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-09-11 15:31:16 +1000 |
commit | bc38d24df57d895b86533a24c5895f117c392700 (patch) | |
tree | 199e31941844b5d091add22fd100a672f9e7b633 | |
parent | 790c5b8274fa69fdd047750ee2fa769d2a22c0a7 (diff) |
Allow the branch to be customised
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 5e67eac39..e82f15350 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -9,6 +9,7 @@ set :application, 'alaveteli' set :scm, :git set :deploy_via, :remote_cache set :repository, configuration['repository'] +set :branch, configuration['branch'] set :deploy_to, configuration['path'] set :user, configuration['user'] set :use_sudo, false |