Copy the WSGIs

This commit is contained in:
Stephane Bortzmeyer 2023-10-01 11:54:21 +02:00
parent 1a746dea18
commit fe5aab4f29
1 changed files with 3 additions and 0 deletions

View File

@ -4,8 +4,10 @@ IMAGES=ltag-icon-en.png favicon.ico
ME=$(shell hostname)
ifeq ("${ME}","ada")
WEBSERVER=/var/www/www.langtag.net
WSGIS=/var/www/wsgis-langtag
else
WEBSERVER=bortzmeyer@www.langtag.net:/var/www/www.langtag.net
WSGIS=bortzmeyer@www.langtag.net:/var/www/wsgis-langtag
endif
GOOGLEVERIF=google75f3cadf7e9fc996.html
@ -19,6 +21,7 @@ install: all
cp -a -r ../GaBuZoMeu/SQL/* .
cp -a ../GaBuZoMeu/*.txt test-suites/
touch ${GOOGLEVERIF}
@echo "Don't forget: sudo cp search.py ${WSGIS} and restart the WSGIs"
rsync -q -a ${ALLHTML} ${GOOGLEVERIF} ${IMAGES} ltru.css registries test-suites ${WEBSERVER}
clean: