From fbc83e39befccb807c1e2091badc68037074846c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Fri, 25 Feb 2022 11:31:20 +0800 Subject: [PATCH] Update --- deploy/config/deploy/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"