Browse Source

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

master
varia server 3 years ago
parent
commit
f4441189af
  1. 14
      web-interface/Makefile

14
web-interface/Makefile

@ -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…
Cancel
Save