This commit is contained in:
parent
914342dfc4
commit
d2ab5b3eb2
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue