Fix publish task
This commit is contained in:
parent
bab88eaba1
commit
5f7cf72426
3
Makefile
3
Makefile
|
@ -1,4 +1,5 @@
|
||||||
serve:
|
serve:
|
||||||
python -m http.server
|
python -m http.server
|
||||||
publish:
|
publish:
|
||||||
rsync -r * themagician.cc:/usr/share/nginx/html/www/
|
rsync --delete --recursive * root@themagician.cc:/usr/share/nginx/html/www/
|
||||||
|
ssh root@themagician.cc 'chown -R www:www /usr/share/nginx/html/www/'
|
||||||
|
|
Loading…
Reference in New Issue