X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fcapistrano%2Fdeploy%2Fstaging.rb;h=ad899a850864c13796f3dec30e2101b595c7f9e7;hb=64a8781e453c40ff144d03405abe2dc1ccfacbe0;hp=ccd05b4d99b67bf758e372c771cb2f84d849982b;hpb=160e2d8f0b1e4c3e9fe7f89300de22c5ef334833;p=github%2Fwallabag%2Fwallabag.git 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 @@ -set :branch, 'v2' +set :branch, 'master' set :deploy_to, '/var/www/v2.wallabag.org/web/'