aboutsummaryrefslogtreecommitdiffhomepage
path: root/Capfile
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2020-03-08 17:00:51 +0100
committerKevin Decherf <kevin@kdecherf.com>2020-03-08 17:00:51 +0100
commit899ab0d04fa84702f26c224d1ddcc73a786f5a3f (patch)
tree137e62f836cfde33dd22baf70a7d1b2b4d292ed1 /Capfile
parentba820b12b691ecbbcc4a4c31ecb4dbeb084d27dd (diff)
downloadwallabag-899ab0d04fa84702f26c224d1ddcc73a786f5a3f.tar.gz
wallabag-899ab0d04fa84702f26c224d1ddcc73a786f5a3f.tar.zst
wallabag-899ab0d04fa84702f26c224d1ddcc73a786f5a3f.zip
Remove capistrano-related files
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Capfile b/Capfile
deleted file mode 100644
index cc807112..00000000
--- a/Capfile
+++ /dev/null
@@ -1,15 +0,0 @@
1set :deploy_config_path, 'app/config/capistrano/deploy.rb'
2set :stage_config_path, 'app/config/capistrano/deploy'
3
4# Load DSL and set up stages
5require 'capistrano/setup'
6
7# Include default deployment tasks
8require 'capistrano/deploy'
9
10require 'capistrano/composer'
11require 'capistrano/file-permissions'
12require 'capistrano/symfony'
13
14# Load custom tasks from `lib/capistrano/tasks` if you have any defined
15Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }