Update python-app-php.yml

This commit is contained in:
midoks 2022-06-26 19:20:01 +08:00
parent ba154df994
commit 48e675c65d
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
cd /www/server/mdserver-web/plugins/php && bash install.sh install 53
bash scripts/install.sh
- name: Start DEBUG
run: |
gunicorn -c setting.py app:app