Makefile: be less verbose when publishing the website

This commit is contained in:
Sybren A. Stüvel 2023-05-26 11:20:02 +02:00
parent afde952c10
commit 0086abcc7a

View File

@ -233,7 +233,7 @@ project-website:
cd web/project-website; hugo --baseURL https://flamenco.blender.org/ cd web/project-website; hugo --baseURL https://flamenco.blender.org/
rsync web/project-website/public/ ${WEBSERVER_SSH}:${WEBSERVER_ROOT}/ \ rsync web/project-website/public/ ${WEBSERVER_SSH}:${WEBSERVER_ROOT}/ \
-e "ssh" \ -e "ssh" \
-va \ -a \
--exclude v2/ \ --exclude v2/ \
--exclude downloads/ \ --exclude downloads/ \
--exclude .well-known/ \ --exclude .well-known/ \