aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorMichael Grote2023-06-26 23:58:45 +0200
committerMichael Grote2023-06-26 23:58:45 +0200
commit9f82084cc28dc087751b149db0561c3ecd013abe (patch)
tree9e8679db7d9ffbc9bdbae8e018aae59862d9f667 /.drone.yml
parent7c3f60883936778708830e613f732cff44e97b28 (diff)
ci: add gunicorn call
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 385a021..0ccedf2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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