diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-10-02 14:51:41 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-10-03 13:31:48 +0200 |
commit | 1210dae10589515d6f3824c75639342c5e1d52dd (patch) | |
tree | a26f0401a6f980f3ef96d3dc76ff3303b2943720 /config | |
parent | 772d8c4b93adc36baefda93ec37007e4a85321de (diff) | |
download | wallabag-1210dae10589515d6f3824c75639342c5e1d52dd.tar.gz wallabag-1210dae10589515d6f3824c75639342c5e1d52dd.tar.zst wallabag-1210dae10589515d6f3824c75639342c5e1d52dd.zip |
remove old implementation for login/register/recover
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy.rb | 4 | ||||
-rw-r--r-- | config/deploy/staging.rb | 2 |
2 files changed, 3 insertions, 3 deletions
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' | |||
4 | set :application, 'wallabag' | 4 | set :application, 'wallabag' |
5 | set :repo_url, 'git@github.com:wallabag/wallabag.git' | 5 | set :repo_url, 'git@github.com:wallabag/wallabag.git' |
6 | 6 | ||
7 | set :ssh_user, 'ssh_user' | 7 | set :ssh_user, 'framasoft_bag' |
8 | server 'server_ip', user: fetch(:ssh_user), roles: %w{web app db} | 8 | server '78.46.248.87', user: fetch(:ssh_user), roles: %w{web app db} |
9 | 9 | ||
10 | set :scm, :git | 10 | set :scm, :git |
11 | 11 | ||
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 @@ | |||
1 | set :branch, 'v2' | 1 | set :branch, 'v2' |
2 | set :deploy_to, '/var/www/' | 2 | set :deploy_to, '/var/www/v2.wallabag.org/web/' |