Try to fix the syntax error, whatever it is
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
51551a242d
commit
b1fdf60726
1 changed files with 3 additions and 3 deletions
|
@ -36,10 +36,10 @@ 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
|
||||
|
||||
volumes:
|
||||
- name: site
|
||||
|
|
Loading…
Add table
Reference in a new issue