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

Merge branch 'main' of code.fbi.h-da.de:hai/website

parents dbf058aa 5d0629f8
No related branches found
No related tags found
No related merge requests found
Pipeline #244887 failed
......@@ -15,8 +15,13 @@ build:
deploy:
stage: deploy
image: docker:latest
variables:
DOCKER_HOST: tcp://localhost:2375/
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
services:
- docker:dind
- name: docker:dind
command: ["--tls=false"]
script:
- docker cp dist/ hai-nginx-1:/usr/share/nginx/html
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment