make upload can delete again

This commit is contained in:
Rhiannon Morris 2021-02-09 12:35:39 +01:00
parent 2e707af0bb
commit 7488b6cbce
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ REMOTE_DIR ?= gallery
upload: build
@rsync --recursive --partial --progress --copy-links \
--compress --human-readable --hard-links --size-only \
--delete --delete-after \
-e 'ssh -l $(REMOTE_USER) -i $(IDFILE)' \
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/