remove ssh id file

This commit is contained in:
rhiannon morris 2025-01-31 18:36:37 +01:00
parent 4579d96ef0
commit 81c07402b4

View file

@ -115,7 +115,6 @@ list-tags: $(MAKEPAGES)
HOST ?= gallery.niss.website
REMOTE_USER ?= www-data
IDFILE ?= ~/.ssh/xyz
REMOTE_DIR ?= gallery
.PHONY: upload
@ -123,7 +122,7 @@ upload: build
@rsync --recursive --partial --progress --copy-links \
--compress --human-readable --hard-links --size-only \
--delete --delete-after \
--rsh='ssh -l $(REMOTE_USER) -i $(IDFILE)' \
--rsh='ssh -l $(REMOTE_USER)' \
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/