From a3b325b2036ecb05f1056160d0af94c8adc4963b Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 16 Mar 2025 01:11:30 +0000 Subject: [PATCH] Revert "Update .gitlab-ci.yml" This reverts commit b3fdd6b3d9109d6a80dcf9bebe9a7894600e4edd --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a46730..4ee1da3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ deploy: --processes 4 \\ --http-socket ${UWSGI_SOCKET} \\ --chmod-socket=660 \\ - --chown-socket=gitlab-runner:gitlab-runner \\ + --chown-socket=gitlab-runner:caddy \\ --vacuum \\ --die-on-term \\ --chdir ${APP_DIR} \\ @@ -121,6 +121,4 @@ deploy: - sudo /bin/systemctl restart caddy.service # Deployment completed - - echo "modify user caddy to add it to gitlab-runner group for socket acces" - - echo "sudo usermod -aG gitlab-runner caddy" - echo "Deployment completed successfully." -- 2.49.1