From 160e2d8f0b1e4c3e9fe7f89300de22c5ef334833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 15 Jan 2016 16:07:57 +0100 Subject: some cleanup: * move capistrano config files * remove useless files --- app/config/capistrano/deploy/staging.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/config/capistrano/deploy/staging.rb (limited to 'app/config/capistrano/deploy/staging.rb') diff --git a/app/config/capistrano/deploy/staging.rb b/app/config/capistrano/deploy/staging.rb new file mode 100644 index 00000000..ccd05b4d --- /dev/null +++ b/app/config/capistrano/deploy/staging.rb @@ -0,0 +1,2 @@ +set :branch, 'v2' +set :deploy_to, '/var/www/v2.wallabag.org/web/' -- cgit v1.2.3