From 1080277c6665af7fb51378a269646248fbfc1625 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Mon, 10 Jan 2022 00:19:29 -0800 Subject: [PATCH] deploy from pu-fastapi-http Signed-off-by: Kevin Morris --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0166db2c..9f0b5ade 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ deploy: tags: - secure rules: - - if: $CI_COMMIT_BRANCH == "pu" + - if: $CI_COMMIT_BRANCH == "pu-fastapi-http" when: manual variables: FASTAPI_BACKEND: gunicorn