Add Dind-Service
This commit is contained in:
parent
d64a4c8030
commit
dbcc430813
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue