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/deploy | |
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/deploy')
-rw-r--r-- | config/deploy/staging.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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/' |