mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
parent
68b4b8f2f2
commit
2d55eacc57
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ ssh_upload: $$(OUTPUTDIR)/index.html
|
||||||
\tscp -r $$(OUTPUTDIR)/* $$(SSH_USER)@$$(SSH_HOST):$$(SSH_TARGET_DIR)
|
\tscp -r $$(OUTPUTDIR)/* $$(SSH_USER)@$$(SSH_HOST):$$(SSH_TARGET_DIR)
|
||||||
|
|
||||||
ftp_upload: $$(OUTPUTDIR)/index.html
|
ftp_upload: $$(OUTPUTDIR)/index.html
|
||||||
\tlftp ftp://$$(FTP_USER)@$$(FTP_HOST) -e "mirror -R $$(OUTPUT_DIR)/* $$(FTP_TARGET_DIR) ; quit"
|
\tlftp ftp://$$(FTP_USER)@$$(FTP_HOST) -e "mirror -R $$(OUTPUTDIR) $$(FTP_TARGET_DIR) ; quit"
|
||||||
|
|
||||||
github: $$(OUTPUTDIR)/index.html
|
github: $$(OUTPUTDIR)/index.html
|
||||||
\tghp-import $$(OUTPUTDIR)
|
\tghp-import $$(OUTPUTDIR)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue