added uvicorn in requirements

This commit is contained in:
GotthardG 2024-12-16 11:47:35 +01:00
parent beec9ddb33
commit 64581d86e7

View File

@ -52,11 +52,17 @@ deploy:
- echo "Running the application..."
- python3.8 -m main # Replace with the exact command to start your app
stages:
- release
release:
stage: release
when: manual
variables:
TWINE_USERNAME: gitlab-ci-token
TWINE_PASSWORD: $CI_JOB_TOKEN
tags:
- x86
- python
script:
- bash make_openapi_client.sh