Add dind service
This commit is contained in:
@@ -46,7 +46,12 @@ deploy:
|
||||
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 )'
|
||||
- eval $(ssh-agent -s)
|
||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
||||
|
||||
Reference in New Issue
Block a user