Very complicated
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
c0f45d1cb6
commit
0def5e56a8
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,8 @@ steps:
|
|||
path: /releases
|
||||
- name: assets
|
||||
path: /assets
|
||||
- name: docker_sock
|
||||
path: /var/run/docker.sock
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
@ -41,3 +43,6 @@ volumes:
|
|||
- name: assets
|
||||
host:
|
||||
path: /srv/dennogumi-assets
|
||||
- name: docker_sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
|
Reference in a new issue