configure staging deployment

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-13 23:48:17 -08:00
parent 58eda4c75c
commit dff69a7ec1
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -54,7 +54,7 @@ deploy:
tags: tags:
- secure - secure
rules: rules:
- if: $CI_COMMIT_BRANCH == "pu" - if: $CI_COMMIT_BRANCH == "pu-staging"
when: manual when: manual
variables: variables:
FASTAPI_BACKEND: gunicorn FASTAPI_BACKEND: gunicorn