Update .drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
周炽键 2021-06-06 08:32:53 +08:00
parent ad8f790e18
commit 5f25054a14
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@ steps:
- name: deploy
image: docker/compose
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker-compose up -d
- docker-compose logs -f
volumes:
- name: dockersock
host:
path: /var/run/docker