aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb3
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