Update python-app-php.yml
This commit is contained in:
parent
ba154df994
commit
48e675c65d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue