Revert "fix(gitlab-ci): only run services we need for deployment"

We'll need to update the nginx config to do this; putting
this off into an MR.

This reverts commit 19bd3766d2.
This commit is contained in:
Kevin Morris 2021-12-09 21:24:26 -08:00
parent 19bd3766d2
commit d0e183a738
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -73,7 +73,6 @@ 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