diff options
| author | Michael Grote | 2023-06-26 23:58:45 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-26 23:58:45 +0200 |
| commit | 9f82084cc28dc087751b149db0561c3ecd013abe (patch) | |
| tree | 9e8679db7d9ffbc9bdbae8e018aae59862d9f667 | |
| parent | 7c3f60883936778708830e613f732cff44e97b28 (diff) | |
ci: add gunicorn call
| -rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 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 |