From 1fd38d1cb1e94dc247d43a08da59386bb207c5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Thu, 17 Mar 2022 16:47:32 +0800 Subject: [PATCH] WIP --- 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 59323fec..fcb531bf 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, "1.x" +set :branch, "develop" set :deploy_to, "/www/wwwroot/test.zichunsheng.cn"