From dff69a7ec1835bb00fafae7323a03c3d373bccf2 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 13 Jan 2022 23:48:17 -0800 Subject: [PATCH] configure staging deployment 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 e738dd1c..ba4a4dea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ deploy: tags: - secure rules: - - if: $CI_COMMIT_BRANCH == "pu" + - if: $CI_COMMIT_BRANCH == "pu-staging" when: manual variables: FASTAPI_BACKEND: gunicorn