diff options
author | EuAndreh <eu@euandre.org> | 2023-09-19 07:54:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-19 07:54:25 -0300 |
commit | 3273293a047b3759cbd9fe5989cad64e46f853bf (patch) | |
tree | e563868350c3f9a6d88e16891bf8a06591648aa0 | |
parent | Funcallable AMOP pastebin: Fix date (diff) | |
download | euandre.org-3273293a047b3759cbd9fe5989cad64e46f853bf.tar.gz euandre.org-3273293a047b3759cbd9fe5989cad64e46f853bf.tar.xz |
dynamic.mk: Remove "sudo" from "upload target
Diffstat (limited to '')
-rw-r--r-- | dynamic.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -101,7 +101,6 @@ run: all upload: all rsync \ - --rsync-path='sudo -u deployer rsync' \ -avzP \ --delete \ --exclude 's/*' \ |