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
|
- 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
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
|
|
Loading…
Add table
Reference in a new issue