Justfile: dirty_upload

This commit is contained in:
Cat /dev/Nulo 2023-05-09 23:34:00 -03:00
parent f69531b8e2
commit ee2de3a81b
1 changed files with 3 additions and 2 deletions

View File

@ -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/