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:
|
||||
- name: site
|
||||
path: /site
|
||||
- name: denno
|
||||
path: /tmp/denno
|
||||
#when:
|
||||
#branch:
|
||||
#exclude:
|
||||
|
@ -36,14 +38,16 @@ steps:
|
|||
- name: permissions
|
||||
image: alpine
|
||||
commands:
|
||||
- chown -R $NGINX_UID:$NGINX_ID /tmp/denno/
|
||||
- chown -R $NGINX_UID:$NGINX_ID /tmp/denno/
|
||||
volumes:
|
||||
- name: site
|
||||
path: /site
|
||||
- name: site
|
||||
path: /site
|
||||
- name: denno
|
||||
path: /tmp/denno
|
||||
|
||||
volumes:
|
||||
- name: site
|
||||
host:
|
||||
path: /tmp/
|
||||
- name: public
|
||||
- name: denno
|
||||
temp: {}
|
||||
|
|
Loading…
Add table
Reference in a new issue