aboutsummaryrefslogtreecommitdiffhomepage
path: root/Capfile
diff options
context:
space:
mode:
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile22
1 files changed, 3 insertions, 19 deletions
diff --git a/Capfile b/Capfile
index d3273469..b80a5646 100644
--- a/Capfile
+++ b/Capfile
@@ -1,3 +1,6 @@
1set :deploy_config_path, 'app/config/capistrano/deploy.rb'
2set :stage_config_path, 'app/config/capistrano/deploy'
3
1# Load DSL and set up stages 4# Load DSL and set up stages
2require 'capistrano/setup' 5require 'capistrano/setup'
3 6
@@ -6,24 +9,5 @@ require 'capistrano/deploy'
6 9
7require 'capistrano/symfony' 10require 'capistrano/symfony'
8 11
9# Include tasks from other gems included in your Gemfile
10#
11# For documentation on these, see for example:
12#
13# https://github.com/capistrano/rvm
14# https://github.com/capistrano/rbenv
15# https://github.com/capistrano/chruby
16# https://github.com/capistrano/bundler
17# https://github.com/capistrano/rails
18# https://github.com/capistrano/passenger
19#
20# require 'capistrano/rvm'
21# require 'capistrano/rbenv'
22# require 'capistrano/chruby'
23# require 'capistrano/bundler'
24# require 'capistrano/rails/assets'
25# require 'capistrano/rails/migrations'
26# require 'capistrano/passenger'
27
28# Load custom tasks from `lib/capistrano/tasks` if you have any defined 12# Load custom tasks from `lib/capistrano/tasks` if you have any defined
29Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } 13Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }