This commit is contained in:
Marek Lesko
2025-07-28 09:53:26 +00:00
2 changed files with 2 additions and 10 deletions

View File

@@ -77,17 +77,9 @@ docker-build:
docker-deploy:
stage: release
image: docker:latest
services:
- name: docker:dind
alias: docker
environment: production
variables:
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
tags:
- production
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