This commit is contained in:
parent
b1fdf60726
commit
fa59834045
1 changed files with 8 additions and 4 deletions
12
.drone.yml
12
.drone.yml
|
@ -29,6 +29,8 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
path: /site
|
path: /site
|
||||||
|
- name: denno
|
||||||
|
path: /tmp/denno
|
||||||
#when:
|
#when:
|
||||||
#branch:
|
#branch:
|
||||||
#exclude:
|
#exclude:
|
||||||
|
@ -36,14 +38,16 @@ steps:
|
||||||
- name: permissions
|
- name: permissions
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- chown -R $NGINX_UID:$NGINX_ID /tmp/denno/
|
- chown -R $NGINX_UID:$NGINX_ID /tmp/denno/
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
path: /site
|
path: /site
|
||||||
|
- name: denno
|
||||||
|
path: /tmp/denno
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
host:
|
host:
|
||||||
path: /tmp/
|
path: /tmp/
|
||||||
- name: public
|
- name: denno
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue