diff --git a/.drone.yml b/.drone.yml index 1baf964..fea9047 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,10 @@ kind: pipeline type: docker name: deployment +volumes: + - name: dockersock + host: + path: /var/run/docker.sock steps: - name: check image: alpine @@ -24,6 +28,9 @@ steps: HTTP_PROXY=http://192.168.31.254:7890 HTTPS_PROXY=http://192.168.31.254:7890 custom_dns: 8.8.8.8 + volumes: + - name: dockersock + path: /var/run/docker.sock #trigger: # branch: