diff --git a/Makefile b/Makefile index c51f040..a2fe07c 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,4 @@ upload_to_srv: copy_to_dir: cp -r /srv/http /srv/http_${DRONE_BUILD_NUMBER} rsync -a -P --delete `pwd`/site/ /srv/http/ + chown -R http:http /srv/http