Add CD to CI

This commit is contained in:
Greg Hellings
2024-04-30 23:33:21 -05:00
parent 913b8fcdfa
commit 1db9295e02
+7
View File
@@ -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