diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-10 15:45:55 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-09-10 15:45:55 +1000 |
commit | 160bad69bba63a9edc7e1f35b0a63116ab6993ea (patch) | |
tree | 3d106f47c81e94a23b1bcac64e43a9089dda8ef3 | |
parent | 4e72352c8cc4c4626186f9613ca3dddf921cbaf8 (diff) |
Everyone is using Git
-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 950f575a6..3c93557ce 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,8 +1,7 @@ set :application, "set your application name here" set :repository, "set your repository location here" -set :scm, :subversion -# Or: `accurev`, `bzr`, `cvs`, `darcs`, `git`, `mercurial`, `perforce`, `subversion` or `none` +set :scm, :git role :web, "your web-server here" # Your HTTP server, Apache/etc role :app, "your app-server here" # This may be the same as your `Web` server |