From e3b422e971c4d88b70e2993bf0efa88c6ba4be01 Mon Sep 17 00:00:00 2001 From: Lulzette Date: Sun, 21 May 2023 08:49:14 +0300 Subject: [PATCH] Makefile: fix owner/group --- Makefile | 1 + 1 file changed, 1 insertion(+) 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