Add CD to CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user