diff --git a/Makefile b/Makefile index 804943b..0f4f929 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ serve: python -m http.server 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/'