remove old idfile

This commit is contained in:
Rhiannon Morris 2024-11-28 01:26:11 +01:00
parent c50f7e1c3c
commit 55b50ab440

View file

@ -1,6 +1,5 @@
HOST ?= rhiannon.website HOST ?= rhiannon.website
REMOTE_USER ?= www-data REMOTE_USER ?= www-data
IDFILE ?= ~/.ssh/xyz
REMOTE_DIR ?= lang REMOTE_DIR ?= lang
TMPDIR ?= _tmp TMPDIR ?= _tmp
@ -75,7 +74,7 @@ upload: build
@rsync --recursive --partial --progress --copy-links \ @rsync --recursive --partial --progress --copy-links \
--compress --human-readable --hard-links --size-only \ --compress --human-readable --hard-links --size-only \
--delete --delete-after \ --delete --delete-after \
--rsh='ssh -l $(REMOTE_USER) -i $(IDFILE)' \ --rsh='ssh -l $(REMOTE_USER)' \
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/ $(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/