themagician.cc/Makefile

6 lines
187 B
Makefile

serve:
python -m http.server
publish:
rsync --delete --recursive * root@themagician.cc:/usr/share/nginx/html/www/
ssh root@themagician.cc 'chown -R www:www /usr/share/nginx/html/www/'