added uvicorn in requirements
This commit is contained in:
parent
beec9ddb33
commit
64581d86e7
@ -52,11 +52,17 @@ deploy:
|
|||||||
- echo "Running the application..."
|
- echo "Running the application..."
|
||||||
- python3.8 -m main # Replace with the exact command to start your app
|
- python3.8 -m main # Replace with the exact command to start your app
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- release
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
when: manual
|
when: manual
|
||||||
variables:
|
variables:
|
||||||
TWINE_USERNAME: gitlab-ci-token
|
TWINE_USERNAME: gitlab-ci-token
|
||||||
TWINE_PASSWORD: $CI_JOB_TOKEN
|
TWINE_PASSWORD: $CI_JOB_TOKEN
|
||||||
|
tags:
|
||||||
|
- x86
|
||||||
|
- python
|
||||||
script:
|
script:
|
||||||
- bash make_openapi_client.sh
|
- bash make_openapi_client.sh
|
Loading…
x
Reference in New Issue
Block a user