mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(gitlab-ci): set FASTAPI_WORKERS=5 on aur-dev
In addition, specify FASTAPI_BACKEND=gunicorn for deployment. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
8721ad5189
commit
ffdd157f48
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ deploy:
|
|||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "docker-deploy"
|
||||
variables:
|
||||
FASTAPI_BACKEND: gunicorn
|
||||
FASTAPI_WORKERS: 5
|
||||
AURWEB_PHP_PREFIX: https://aur-dev.archlinux.org
|
||||
AURWEB_FASTAPI_PREFIX: https://aur-dev.archlinux.org
|
||||
AURWEB_SSHD_PREFIX: ssh://aur@aur-dev.archlinux.org:2222
|
||||
|
|
Loading…
Add table
Reference in a new issue