aboutsummaryrefslogtreecommitdiffhomepage
path: root/Capfile
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-29 14:14:20 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-29 14:39:07 +0200
commitc4b3933bae583da1bdd4b97471bdcca08ab92312 (patch)
tree2fd72776b251a0106201137cb6320be250cbdf5f /Capfile
parent267087d969e68e2f5abcb18f526120d835d9a686 (diff)
downloadwallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.tar.gz
wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.tar.zst
wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.zip
Updated Capistrano configuration
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Capfile b/Capfile
index b80a5646..cc807112 100644
--- a/Capfile
+++ b/Capfile
@@ -7,6 +7,8 @@ require 'capistrano/setup'
7# Include default deployment tasks 7# Include default deployment tasks
8require 'capistrano/deploy' 8require 'capistrano/deploy'
9 9
10require 'capistrano/composer'
11require 'capistrano/file-permissions'
10require 'capistrano/symfony' 12require '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