From bbfa23f5210df563a0256a1413285414848d66b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20L=C3=BCcht?= <jannes.luecht@stud.h-da.de> Date: Thu, 5 Dec 2024 14:35:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bc9489..377279a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,12 @@ deploy: stage: deploy image: docker:latest services: - - docker:dind + - name: docker:dind + command: ["--tls=false"] + variables: + DOCKER_DRIVER: overlay + DOCKER_HOST: tcp://127.0.0.1:2375/ script: - - DOCKER_HOST=tcp://172.17.0.1:2375 && docker cp dist/ hai-nginx-1:/usr/share/nginx/html + - docker cp dist/ hai-nginx-1:/usr/share/nginx/html only: - main \ No newline at end of file -- GitLab