部署脚本中加入 node

This commit is contained in:
William Jin 2024-09-22 21:25:33 +08:00
parent b7aa77de72
commit aa8506e8ed

View File

@ -18,5 +18,5 @@ steps:
- pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
- nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 & - nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 &
node: node:
tmfc_server:exec_runner tmfc_server: exec_runner
... ...