From 333f62c2d72d9e61530b0611d451da90c77ed2a0 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:48:43 +0100 Subject: [PATCH] added uvicorn in requirements --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffad862..026a75b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,9 +52,6 @@ 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