Feat: create directory before rsync it

This commit is contained in:
Bertrand Benjamin 2020-06-23 10:38:14 +02:00
parent 5239c34f50
commit da8b91989f
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ rsync_upload: publish
rsync -e "ssh" -P -rvzc --delete $(RSYNC_EXCLUDE) $(OUTPUTDIR)/ $(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
fake_upload: html
mkdir -p $(FAKEDIR)$(YEARSUBFOLDER)
rsync -P -rvzc --delete $(OUTPUTDIR)/ $(FAKEDIR)$(YEARSUBFOLDER) --cvs-exclude
.PHONY: html help clean regenerate serve devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github import_ens