更新develop

This commit is contained in:
caoqianming 2021-11-22 13:58:51 +08:00
parent 4be1537625
commit 40a3c5f189
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class UpdateDevelop(APIView):
import os
# 更新后端
os.chdir('/home/hberp')
ret = os.popen('git pull https://caoqianming%40ctc.ac.cn:9093qqww@e.coding.net/ctcdevteam/hberp/hberp.git')
ret = os.popen('git pull https://caoqianming%40ctc.ac.cn:9093qqww@e.coding.net/ctcdevteam/hberp/hberp.git origin develop')
# 打包前端
# os.chdir('/home/hberp/hb_client')
# os.system('npm run build:prod')