Update .gitlab-ci.yml file
This commit is contained in:
@@ -75,15 +75,6 @@ docker-build:
|
|||||||
|
|
||||||
docker-deploy:
|
docker-deploy:
|
||||||
stage: release
|
stage: release
|
||||||
image: docker:latest
|
|
||||||
services:
|
|
||||||
- name: docker:dind
|
|
||||||
alias: docker
|
|
||||||
environment: production
|
|
||||||
variables:
|
|
||||||
DOCKER_DRIVER: overlay2
|
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
DOCKER_TLS_CERTDIR: ""
|
|
||||||
tags:
|
tags:
|
||||||
- production
|
- production
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user