diff --git a/web-interface/Makefile b/web-interface/Makefile index e987bdb..0707081 100644 --- a/web-interface/Makefile +++ b/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