Add docker image to deploy stage

This commit is contained in:
Jan Tuomi
2017-09-15 16:45:51 +03:00
parent e5d2520454
commit 150c52a0fb
+1 -4
View File
@@ -41,15 +41,12 @@ eslint:
deploy:
stage: deploy
image: docker:latest
environment:
name: dev
url: http://web.sik.party
only:
- develop
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- docker info
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'