From d0e183a738a189e1d29982aa30ac8d6e2c7a0e36 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 9 Dec 2021 21:24:26 -0800 Subject: [PATCH] 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 19bd3766d24b8c60bfcc23cb42f851f8509e3230. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6478eb04..0166db2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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