aboutsummaryrefslogtreecommitdiffhomepage
path: root/Capfile
blob: cc807112044a606109297ded853e1ede4b2ded11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set :deploy_config_path, 'app/config/capistrano/deploy.rb'
set :stage_config_path, 'app/config/capistrano/deploy'

# Load DSL and set up stages
require 'capistrano/setup'

# Include default deployment tasks
require 'capistrano/deploy'

require 'capistrano/composer'
require 'capistrano/file-permissions'
require 'capistrano/symfony'

# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }