diff options
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Capfile b/Capfile deleted file mode 100644 index cc807112..00000000 --- a/Capfile +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | set :deploy_config_path, 'app/config/capistrano/deploy.rb' | ||
2 | set :stage_config_path, 'app/config/capistrano/deploy' | ||
3 | |||
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/composer' | ||
11 | require 'capistrano/file-permissions' | ||
12 | require 'capistrano/symfony' | ||
13 | |||
14 | # Load custom tasks from `lib/capistrano/tasks` if you have any defined | ||
15 | Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } | ||