X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fcapistrano%2Fdeploy%2Fstaging.rb;h=ad899a850864c13796f3dec30e2101b595c7f9e7;hb=739a4024fa64ba5412078e01c8ae84628f865f26;hp=ccd05b4d99b67bf758e372c771cb2f84d849982b;hpb=3bcc4d4cb29abeedb48b1f297f1a65a02998ff69;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/'