ci: add gunicorn call
This commit is contained in:
parent
7c3f608839
commit
9f82084cc2
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ steps:
|
|||
- |
|
||||
apt update
|
||||
apt install wget jq curl -y
|
||||
python3 -m gunicorn app:app c gunicorn_config.py &
|
||||
export TOKEN=myuploadtoken
|
||||
export URL="localhost:5000"
|
||||
mkdir -p tests
|
||||
|
|
Reference in a new issue