varia server
3 years ago
1 changed files with 3 additions and 11 deletions
@ -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