editing the makefile for the web-interface with an update option

This commit is contained in:
varia server 2021-09-01 12:34:47 +02:00
parent 886c6c70a2
commit f4441189af

View File

@ -1,13 +1,5 @@
all: run
run:
python3 -m http.server
all: update
update:
python3 update.py
upload:
scp -r ./static/Unfolded.html ./static/css/ ./static/js/ ./static/fonts/ varia:public_html/volumetric-regimes/
uploadimages:
scp -r ./static/images/ varia:public_html/volumetric-regimes/
git pull
supervisorctl restart volumetric-regimes