From b1fdf60726308262a6bcc4c9fd022a74cefa8695 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 3 Jan 2021 18:23:44 +0100 Subject: [PATCH] Try to fix the syntax error, whatever it is --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a57de80..fa8a814 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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