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
|
all: update
|
||||||
|
|
||||||
run:
|
|
||||||
python3 -m http.server
|
|
||||||
|
|
||||||
update:
|
update:
|
||||||
python3 update.py
|
git pull
|
||||||
|
supervisorctl restart volumetric-regimes
|
||||||
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/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user