diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4ba4e5..f6f4227 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,3 +13,10 @@ build: - podman load -i result - podman tag "localhost/gregs-homepage:latest" $CI_REGISTRY/greg/homepage/gregs-homepage:latest - podman push $CI_REGISTRY/greg/homepage/gregs-homepage:latest + +deploy: + stage: deploy + tags: + - deploy + script: + - systemctl restart podman-homepage