diff options
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ require 'capistrano/setup' | |||
7 | # Include default deployment tasks | 7 | # Include default deployment tasks |
8 | require 'capistrano/deploy' | 8 | require 'capistrano/deploy' |
9 | 9 | ||
10 | require 'capistrano/composer' | ||
11 | require 'capistrano/file-permissions' | ||
10 | require 'capistrano/symfony' | 12 | require 'capistrano/symfony' |
11 | 13 | ||
12 | # Load custom tasks from `lib/capistrano/tasks` if you have any defined | 14 | # Load custom tasks from `lib/capistrano/tasks` if you have any defined |