主入口改名,

加入自动杀进程
使用nohup在后台运行
This commit is contained in:
william 2024-09-18 14:18:06 +08:00
parent 940bfa15bb
commit 8bd97382f0

View File

@ -11,6 +11,6 @@ steps:
- name: run - name: run
commands: commands:
- 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
- python3 ui.py - pkill chyoso_toolkit_ui.py
- nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 &
... ...