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
1c0543c07e
commit
b49b629395
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ deploy:
|
|||
- if: $CI_COMMIT_BRANCH == "pu"
|
||||
when: manual
|
||||
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