mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-30 01:56:56 +02:00
Add SSH_PORT to sftp_upload in Makefile template
This commit is contained in:
parent
e78a555fff
commit
c495634138
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ ssh_upload: publish
|
|||
|
||||
{% set upload = upload + ["sftp_upload"] %}
|
||||
sftp_upload: publish
|
||||
printf 'put -r $(OUTPUTDIR)/*' | sftp $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
|
||||
printf 'put -r $(OUTPUTDIR)/*' | sftp -P $(SSH_PORT) $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
|
||||
|
||||
{% set upload = upload + ["rsync_upload"] %}
|
||||
rsync_upload: publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue