Update GitLab CI configuration to use Docker Compose for deployment #5

This commit is contained in:
Marek Lesko
2025-07-28 08:18:51 +00:00
parent 246c22ff70
commit 91ffd122e9
2 changed files with 20 additions and 1 deletions

View File

@@ -88,4 +88,4 @@ docker-deploy:
- production
script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
- docker pull $CI_REGISTRY_IMAGE:latest
- docker compose -f deployment/docker-compose.yaml up -d