themagician.cc/Makefile

6 lines
187 B
Makefile
Raw Normal View History

2023-12-02 17:12:48 +00:00
serve:
python -m http.server
publish:
2023-12-02 17:23:37 +00:00
rsync --delete --recursive * root@themagician.cc:/usr/share/nginx/html/www/
ssh root@themagician.cc 'chown -R www:www /usr/share/nginx/html/www/'