diff options
author | EuAndreh <eu@euandre.org> | 2024-05-09 09:48:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-09 09:48:08 -0300 |
commit | 8948497cc7c82abb7a50df33775b61fe592a2bb7 (patch) | |
tree | 2293bb9fa1d1e57751fdc25c64f51fd4b202bb36 /Makefile | |
parent | src/org/euandre/queue.scm: Stop propagating python-setuptools on "python-tele... (diff) | |
download | package-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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |