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/
rsync web/project-website/public/ ${WEBSERVER_SSH}:${WEBSERVER_ROOT}/ \
-e "ssh" \
-va \
-a \
--exclude v2/ \
--exclude downloads/ \
--exclude .well-known/ \