]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Remove capistrano-related files 4290/head
authorKevin Decherf <kevin@kdecherf.com>
Sun, 8 Mar 2020 16:00:51 +0000 (17:00 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sun, 8 Mar 2020 16:00:51 +0000 (17:00 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Capfile [deleted file]
Gemfile [deleted file]
Gemfile.lock [deleted file]
app/config/capistrano/deploy.rb [deleted file]
app/config/capistrano/deploy/production.rb [deleted file]
app/config/capistrano/deploy/staging.rb [deleted file]

diff --git a/Capfile b/Capfile
deleted file mode 100644 (file)
index cc80711..0000000
--- a/Capfile
+++ /dev/null
@@ -1,15 +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/composer'
-require 'capistrano/file-permissions'
-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 }
diff --git a/Gemfile b/Gemfile
deleted file mode 100644 (file)
index 233be89..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,6 +0,0 @@
-source "https://rubygems.org"
-
-gem 'capistrano',  '~> 3.4'
-gem 'capistrano-composer'
-gem 'capistrano-symfony', '~> 1.0.0.rc1'
-gem 'capistrano-file-permissions'
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644 (file)
index 7b13b39..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-GEM
-  remote: https://rubygems.org/
-  specs:
-    capistrano (3.4.0)
-      i18n
-      rake (>= 10.0.0)
-      sshkit (~> 1.3)
-    capistrano-composer (0.0.6)
-      capistrano (>= 3.0.0.pre)
-    capistrano-file-permissions (1.0.0)
-      capistrano (~> 3.0)
-    capistrano-symfony (1.0.0.rc1)
-      capistrano (~> 3.1)
-      capistrano-composer (~> 0.0.3)
-      capistrano-file-permissions (~> 1.0)
-    colorize (0.7.7)
-    i18n (0.7.0)
-    net-scp (1.2.1)
-      net-ssh (>= 2.6.5)
-    net-ssh (2.9.2)
-    rake (10.4.2)
-    sshkit (1.7.1)
-      colorize (>= 0.7.0)
-      net-scp (>= 1.1.2)
-      net-ssh (>= 2.8.0)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  capistrano (~> 3.4)
-  capistrano-composer
-  capistrano-file-permissions
-  capistrano-symfony (~> 1.0.0.rc1)
-
-BUNDLED WITH
-   1.13.5
diff --git a/app/config/capistrano/deploy.rb b/app/config/capistrano/deploy.rb
deleted file mode 100644 (file)
index fee0462..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# config valid only for current version of Capistrano
-
-set :application, 'wallabag'
-set :repo_url, 'git@github.com:wallabag/wallabag.git'
-
-set :ssh_user, 'framasoft_bag'
-server '78.46.248.87', user: fetch(:ssh_user), roles: %w{web app db}
-
-set :format, :pretty
-set :log_level, :info
-# set :log_level, :debug
-
-set :composer_install_flags, '--no-dev --prefer-dist --no-interaction --optimize-autoloader'
-
-set :linked_files, %w{app/config/parameters.yml}
-set :linked_dirs, [fetch(:log_path), "var/sessions", "web/uploads", "data"]
-set :keep_releases, 3
-
-after 'deploy:updated', 'symfony:cache:clear'
diff --git a/app/config/capistrano/deploy/production.rb b/app/config/capistrano/deploy/production.rb
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/app/config/capistrano/deploy/staging.rb b/app/config/capistrano/deploy/staging.rb
deleted file mode 100644 (file)
index ad899a8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-set :branch, 'master'
-set :deploy_to, '/var/www/v2.wallabag.org/web/'