]>
Commit | Line | Data |
---|---|---|
160e2d8f NL |
1 | set :deploy_config_path, 'app/config/capistrano/deploy.rb' |
2 | set :stage_config_path, 'app/config/capistrano/deploy' | |
3 | ||
ceb79aa0 NL |
4 | # Load DSL and set up stages |
5 | require 'capistrano/setup' | |
6 | ||
7 | # Include default deployment tasks | |
8 | require 'capistrano/deploy' | |
9 | ||
10 | require 'capistrano/symfony' | |
11 | ||
ceb79aa0 NL |
12 | # Load custom tasks from `lib/capistrano/tasks` if you have any defined |
13 | Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } |