diff options
| author | mo <mokha@cisco.com> | 2017-05-04 17:40:28 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-05-04 17:40:28 -0600 |
| commit | 4b783fab395c2dd5b0180e4667995c852fd4b13f (patch) | |
| tree | cb83c57356b7f0ea7519103f99837a1a83b6b566 /config/deploy.rb | |
| parent | 8e7c2ac65493309de4098be6c72f123e28fd2441 (diff) | |
use chef to search for nodes to deploy to.
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index d3e78eb6..2880411f 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,9 +2,8 @@ lock '3.3.5' set :application, 'cakeside' -set :repo_url, 'git@github.com:cakeside/cakeside.git' +set :repo_url, 'git@gitlab.com:cakeside/cakeside.git' set :branch, 'master' - set :user, "deployer" # Default branch is :master |
