From 899ab0d04fa84702f26c224d1ddcc73a786f5a3f Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sun, 8 Mar 2020 17:00:51 +0100 Subject: Remove capistrano-related files Signed-off-by: Kevin Decherf --- app/config/capistrano/deploy/production.rb | 0 app/config/capistrano/deploy/staging.rb | 2 -- 2 files changed, 2 deletions(-) delete mode 100644 app/config/capistrano/deploy/production.rb delete mode 100644 app/config/capistrano/deploy/staging.rb (limited to 'app/config/capistrano/deploy') diff --git a/app/config/capistrano/deploy/production.rb b/app/config/capistrano/deploy/production.rb deleted file mode 100644 index e69de29b..00000000 diff --git a/app/config/capistrano/deploy/staging.rb b/app/config/capistrano/deploy/staging.rb deleted file mode 100644 index ad899a85..00000000 --- a/app/config/capistrano/deploy/staging.rb +++ /dev/null @@ -1,2 +0,0 @@ -set :branch, 'master' -set :deploy_to, '/var/www/v2.wallabag.org/web/' -- cgit v1.2.3