Add rsync publish command
This commit is contained in:
parent
0c0fc21a1b
commit
15a6a98ce0
3
Makefile
3
Makefile
|
@ -8,3 +8,6 @@ watch:
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
python -m http.server --directory out/
|
python -m http.server --directory out/
|
||||||
|
|
||||||
|
publish:
|
||||||
|
rsync -av out/* ssh.alogoulogoi.com:/srv/www.alogoulogoi.com
|
Loading…
Reference in New Issue