Makefile: fix owner/group
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lulzette 2023-05-21 08:49:14 +03:00
parent e6178832e5
commit e3b422e971

View File

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