]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - Capfile
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / Capfile
diff --git a/Capfile b/Capfile
deleted file mode 100644 (file)
index b80a564..0000000
--- a/Capfile
+++ /dev/null
@@ -1,13 +0,0 @@
-set :deploy_config_path, 'app/config/capistrano/deploy.rb'
-set :stage_config_path, 'app/config/capistrano/deploy'
-
-# Load DSL and set up stages
-require 'capistrano/setup'
-
-# Include default deployment tasks
-require 'capistrano/deploy'
-
-require 'capistrano/symfony'
-
-# Load custom tasks from `lib/capistrano/tasks` if you have any defined
-Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }