Makefile: fix perms after ssh_upload

This commit is contained in:
Rico Ullmann 2022-04-05 18:16:48 +02:00
parent e8ac6160ff
commit 77bbfcead2
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ SSH_TARGET_DIR=/var/www/recipes.ullmann.space/htdocs
ssh_upload:
hugo
rsync --delete -r --info=progress2 --rsync-path="sudo rsync" $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)/
ssh ${SSH_HOST} "sudo chown -R nginx: ${SSH_TARGET_DIR}"
server:
hugo server -D