From ee2de3a81b14980a2239931f7ddc4e58482687ee Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 9 May 2023 23:34:00 -0300 Subject: [PATCH] Justfile: dirty_upload --- Justfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index c797474..0c23d51 100644 --- a/Justfile +++ b/Justfile @@ -16,7 +16,8 @@ refresh_feeds: (run './tool refresh_feeds') clean: if [ ! -z "$(git status --porcelain)" ]; then echo "not clean!"; exit 1; fi -ready_to_upload: check refresh_feeds build -upload: clean ready_to_upload +ready_to_upload: check refresh_feeds +upload: clean ready_to_upload _dirty_upload +_dirty_upload: build rsync --rsh='ssh -p443' --recursive --chmod=644 build/ root@nulo.ar:/var/www/nulo.ar/