From 1420a47a5c0298a11b52e7bba35221af5a142b67 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Mon, 28 Dec 2020 13:44:03 +0800 Subject: [PATCH] FIX bug --- deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.md b/deploy.md index 6bdd23620..d9c992d2c 100644 --- a/deploy.md +++ b/deploy.md @@ -72,7 +72,7 @@ rails db:migrate RAILS_ENV=development ### 8. clone前端代码 **将前端代码克隆到public/react目录下,目录结构应该是: public/react/build** ```bash -git clone https://git.trustie.net/jasder/build.git +git clone -b dev_trustie https://git.trustie.net/jasder/build.git ``` ### 9. 启动redis(此处已mac系统为例)