From 1210dae10589515d6f3824c75639342c5e1d52dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 2 Oct 2015 14:51:41 +0200 Subject: remove old implementation for login/register/recover --- config/deploy.rb | 4 ++-- config/deploy/staging.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/deploy.rb b/config/deploy.rb index be18ce5a..c2562965 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -4,8 +4,8 @@ lock '3.4.0' set :application, 'wallabag' set :repo_url, 'git@github.com:wallabag/wallabag.git' -set :ssh_user, 'ssh_user' -server 'server_ip', user: fetch(:ssh_user), roles: %w{web app db} +set :ssh_user, 'framasoft_bag' +server '78.46.248.87', user: fetch(:ssh_user), roles: %w{web app db} set :scm, :git diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index d67d7247..ccd05b4d 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -1,2 +1,2 @@ set :branch, 'v2' -set :deploy_to, '/var/www/' +set :deploy_to, '/var/www/v2.wallabag.org/web/' -- cgit v1.2.3