aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/capistrano
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-19 20:03:34 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-19 20:03:34 +0200
commit4a25bef077a9aaffe1ccd950282098c72c25a934 (patch)
tree084cacceacbb2edb1b17ac3a27555934bcade15f /app/config/capistrano
parent24f65a838c647faf5f4a860642b841bfd159a5db (diff)
downloadwallabag-4a25bef077a9aaffe1ccd950282098c72c25a934.tar.gz
wallabag-4a25bef077a9aaffe1ccd950282098c72c25a934.tar.zst
wallabag-4a25bef077a9aaffe1ccd950282098c72c25a934.zip
Update links in documentation
Diffstat (limited to 'app/config/capistrano')
-rw-r--r--app/config/capistrano/deploy/staging.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/capistrano/deploy/staging.rb b/app/config/capistrano/deploy/staging.rb
index ccd05b4d..ad899a85 100644
--- a/app/config/capistrano/deploy/staging.rb
+++ b/app/config/capistrano/deploy/staging.rb
@@ -1,2 +1,2 @@
1set :branch, 'v2' 1set :branch, 'master'
2set :deploy_to, '/var/www/v2.wallabag.org/web/' 2set :deploy_to, '/var/www/v2.wallabag.org/web/'