editing the makefile for the web-interface with an update option
This commit is contained in:
parent
886c6c70a2
commit
f4441189af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user