aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-09 09:48:08 -0300
committerEuAndreh <eu@euandre.org>2024-05-09 09:48:08 -0300
commit8948497cc7c82abb7a50df33775b61fe592a2bb7 (patch)
tree2293bb9fa1d1e57751fdc25c64f51fd4b202bb36 /Makefile
parentsrc/org/euandre/queue.scm: Stop propagating python-setuptools on "python-tele... (diff)
downloadpackage-repository-8948497cc7c82abb7a50df33775b61fe592a2bb7.tar.gz
package-repository-8948497cc7c82abb7a50df33775b61fe592a2bb7.tar.xz
Makefile: Rename target "upload" -> "deploy"
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 8948497cc7c82abb7a50df33775b61fe592a2bb7 git notes --ref=refs/notes/ci-data show 8948497cc7c82abb7a50df33775b61fe592a2bb7 Exit status: 0 Duration: 0
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \