Revert "Update .gitlab-ci.yml"

This reverts commit b3fdd6b3d9
This commit is contained in:
Russell Ballestrini 2025-03-16 01:11:30 +00:00
parent b3fdd6b3d9
commit a3b325b203

View file

@ -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."