diff --git a/.drone.yml b/.drone.yml index c5a9d84..e46d95e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,14 +7,13 @@ platform: os: linux arch: amd64 -workspace: - - /home/tmfc/apps/chyoso_toolkit - steps: - name: run commands: - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - chmod +x kill_ui.sh - ./kill_ui.sh + - cp ./choyso_toolkit_ui.py /home/tmfc/apps/whisper/ + - cd /home/tmfc/apps/whisper - nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 & ... \ No newline at end of file