remove old idfile
This commit is contained in:
parent
c50f7e1c3c
commit
55b50ab440
1 changed files with 1 additions and 2 deletions
3
Makefile
3
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)/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue