remove ssh id file
This commit is contained in:
parent
4579d96ef0
commit
81c07402b4
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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)/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue