Add Dind-Service

This commit is contained in:
Georg Krause 2021-09-09 17:11:59 +02:00
commit dbcc430813
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632

View file

@ -246,6 +246,8 @@ pages:
docker_release:
stage: deploy
image: docker:20
services:
- docker:20-dind
before_script:
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- cp -r front/dist api/frontend