diff --git a/Makefile b/Makefile index b97d3cd..3689efd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ HOST ?= rhiannon.website REMOTE_USER ?= www-data -IDFILE ?= ~/.ssh/xyz REMOTE_DIR ?= lang TMPDIR ?= _tmp @@ -75,7 +74,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)/