From 8948497cc7c82abb7a50df33775b61fe592a2bb7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 9 May 2024 09:48:08 -0300 Subject: Makefile: Rename target "upload" -> "deploy" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd938ce..d1e1ba5 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ public/paku.html: paku.lock public: public/debian public/alpine public/paku.html -upload: public +deploy: public rsync \ --rsync-path='sudo -u deployer rsync' \ -avzP \ -- cgit v1.2.3