Skip to content
Snippets Groups Projects
Verified Commit dbcc4308 authored by Georg Krause's avatar Georg Krause
Browse files

Add Dind-Service

parent d64a4c80
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment