This commit is contained in:
tuanvu
2026-02-16 18:15:14 +01:00
parent d1fa4044e1
commit 28d90e66dd

View File

@@ -16,6 +16,12 @@ check_app_update:
image: debian:latest
tags:
- docker
variables:
DOCKER_HOST: "tcp://docker:2375"
DOCKER_TLS_CERTDIR: ""
services:
- name: docker:dind
command: ["--tls=false"]
script:
- apt-get update
- apt-get install -y git
@@ -68,6 +74,7 @@ build_docker_frontend:
command: ["--tls=false"]
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
tags:
- docker
@@ -92,6 +99,8 @@ deploy_production:
dependencies:
- build_docker_frontend
- check_app_update
tags:
- docker
before_script:
- apk add --no-cache openssh-client docker-cli
- mkdir -p ~/.ssh