Update .gitlab-ci.yml file
This commit is contained in:
@@ -75,15 +75,6 @@ docker-build:
|
||||
|
||||
docker-deploy:
|
||||
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:
|
||||
- production
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user