Skip to content
Snippets Groups Projects
Commit bbfa23f5 authored by Jannes Lücht's avatar Jannes Lücht :shark:
Browse files

Update .gitlab-ci.yml file

parent 4000d349
No related branches found
No related tags found
No related merge requests found
Pipeline #240276 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment