mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(gitlab-ci): only run services we need for deployment
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
3a43e2b98c
commit
19bd3766d2
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ deploy:
|
|||
- sed -ri "s/^(disable_http_login).*$/\1 = 1/" conf/config.dev
|
||||
- docker-compose build
|
||||
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml up -d
|
||||
cron fastapi cgit-fastapi php-fpm cgit-php smartgit
|
||||
- docker image prune -f
|
||||
- docker container prune -f
|
||||
- docker volume prune -f
|
||||
|
|
Loading…
Add table
Reference in a new issue