Update .gitlab-ci.yml file #5

This commit is contained in:
Marek Lesko
2025-07-28 09:27:24 +00:00
parent 2199e1f5b2
commit 22159b15f3

View File

@@ -80,3 +80,4 @@ docker-deploy:
script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
- docker compose -f deployment/docker-compose.yaml up -d
- docker image prune -f -a