diff --git a/Makefile b/Makefile index 6b4181e..e267ab5 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,6 @@ build: watch: hugo server --minify --theme hugo-book +deploy: + sudo rsync -auv . /var/www/tsguide.refl.fr/ +