diff --git a/deploy/config/deploy/staging.rb b/deploy/config/deploy/staging.rb index fcb531bf..59323fec 100644 --- a/deploy/config/deploy/staging.rb +++ b/deploy/config/deploy/staging.rb @@ -32,7 +32,7 @@ server "47.108.227.246", user: "deployer", roles: %w{admin supervisor} # http://capistranorb.com/documentation/getting-started/configuration/ # Feel free to add new variables to customise your setup. -set :branch, "develop" +set :branch, "1.x" set :deploy_to, "/www/wwwroot/test.zichunsheng.cn"