added uvicorn in requirements
This commit is contained in:
parent
beec9ddb33
commit
64581d86e7
@ -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
|
Loading…
x
Reference in New Issue
Block a user