Update python-app-op.yml

pull/632/head
Mr Chen 5 months ago
parent 93f895d4e4
commit 726cdd8dc7
  1. 2
      .github/workflows/python-app-op.yml

@ -34,5 +34,5 @@ jobs:
cd /www/server/mdserver-web/plugins/openresty && sudo bash install.sh install 1.27.1 cd /www/server/mdserver-web/plugins/openresty && sudo bash install.sh install 1.27.1
- name: Start DEBUG - name: Start DEBUG
run: | run: |
source /www/server/mdserver-web/bin/activate && cd web && gunicorn -c setting.py app:app source /www/server/mdserver-web/bin/activate && cd web && gunicorn -c setting.py app:app
python3 panel_task.py & python3 panel_task.py &

Loading…
Cancel
Save