ci: deploy step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nebel 2022-12-27 00:43:37 +09:00
parent 914342dfc4
commit d2ab5b3eb2

View file

@ -8,13 +8,13 @@ trigger:
branch:
- main
steps:
- name: docker info
- name: deploy
image: docker
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker info
- docker compose up --detach
volumes:
- name: docker_sock
host: