diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-29 14:14:20 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-29 14:39:07 +0200 |
commit | c4b3933bae583da1bdd4b97471bdcca08ab92312 (patch) | |
tree | 2fd72776b251a0106201137cb6320be250cbdf5f /Capfile | |
parent | 267087d969e68e2f5abcb18f526120d835d9a686 (diff) | |
download | wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.tar.gz wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.tar.zst wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.zip |
Updated Capistrano configuration
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 |