aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d13b24..fd938ce 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,11 @@ public/paku.html: paku.lock
public: public/debian public/alpine public/paku.html
upload: public
- rsync -avzP --delete public/ euandre.org:/srv/www/s/package-repository/
+ rsync \
+ --rsync-path='sudo -u deployer rsync' \
+ -avzP \
+ --delete \
+ public/ euandre.org:/srv/www/s/package-repository/
clean: src/bin/paku