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
|
path: /releases
|
||||||
- name: assets
|
- name: assets
|
||||||
path: /assets
|
path: /assets
|
||||||
|
- name: docker_sock
|
||||||
|
path: /var/run/docker.sock
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
@ -41,3 +43,6 @@ volumes:
|
||||||
- name: assets
|
- name: assets
|
||||||
host:
|
host:
|
||||||
path: /srv/dennogumi-assets
|
path: /srv/dennogumi-assets
|
||||||
|
- name: docker_sock
|
||||||
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
Reference in a new issue