]> git.immae.eu Git - github/wallabag/wallabag.git/blame - Capfile
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / Capfile
CommitLineData
160e2d8f
NL
1set :deploy_config_path, 'app/config/capistrano/deploy.rb'
2set :stage_config_path, 'app/config/capistrano/deploy'
3
ceb79aa0
NL
4# Load DSL and set up stages
5require 'capistrano/setup'
6
7# Include default deployment tasks
8require 'capistrano/deploy'
9
c4b3933b
NL
10require 'capistrano/composer'
11require 'capistrano/file-permissions'
ceb79aa0
NL
12require 'capistrano/symfony'
13
ceb79aa0
NL
14# Load custom tasks from `lib/capistrano/tasks` if you have any defined
15Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }