更新开发服务器
This commit is contained in:
parent
20dff07fe2
commit
da239f0907
|
@ -65,7 +65,7 @@ class UpdateDevelop(APIView):
|
|||
ret = os.popen('git pull https://caoqianming%40foxmail.com:9093qqww@e.coding.net/ctcdevteam/hberp/hberp.git develop')
|
||||
# 奇怪的处理
|
||||
os.chdir('/home/hberp/hb_server/vuedist')
|
||||
os.popen('cp index.html indexbak & rm -rf index.html & rename indexbak index.html')
|
||||
os.popen('cp index.html indexbak & rm -rf index.html & mv indexbak index.html')
|
||||
# 打包前端
|
||||
# os.chdir('/home/hberp/hb_client')
|
||||
# os.system('npm run build:prod')
|
||||
|
|
Loading…
Reference in New Issue