Make: rename target project-website to deploy-website

This makes it clearer that this target actually deploys the website
to flamenco.blender.org.
This commit is contained in:
Sybren A. Stüvel 2023-09-08 15:37:29 +02:00
parent 89a323d079
commit a229c0f75a

View File

@ -236,7 +236,7 @@ clean-webapp-static:
mkdir -p ./${WEB_STATIC}
touch ${WEB_STATIC}/emptyfile
project-website:
deploy-website:
$(MAKE) -s check-environment
rm -rf web/project-website/public/
cd web/project-website; hugo --baseURL https://flamenco.blender.org/