Try to fix the syntax error, whatever it is
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luca Beltrame 2021-01-03 18:23:44 +01:00
parent 51551a242d
commit b1fdf60726
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -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