chore: add makefile with run and deploy
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
6e7b609178
commit
30b00e5d1a
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
run:
|
||||||
|
python3 -m http.server
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
rsync -rlpttvz ./ poincare:~/public_html/wavl/web/
|
Loading…
Reference in a new issue