diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-29 15:36:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-29 15:36:58 +0200 |
commit | ca9858537eb0412994b42bdd7ea4f26f7cae96b2 (patch) | |
tree | 7cb73fed6103a4106d02e9c30e316051de6b0ce4 /Capfile | |
parent | 67b270d9967a023538c7598bfb520dd1007dd2ab (diff) | |
parent | c4b3933bae583da1bdd4b97471bdcca08ab92312 (diff) | |
download | wallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.tar.gz wallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.tar.zst wallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.zip |
Merge pull request #2513 from wallabag/update-capistrano-config
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 |