From d09f3340010da5aa78aa24a59f90bd493bf246b5 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 1 May 2024 00:01:56 -0500 Subject: [PATCH] sudo for restart --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6f4227..c99e3b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,4 +19,4 @@ deploy: tags: - deploy script: - - systemctl restart podman-homepage + - sudo systemctl restart podman-homepage