From 79a678e33f2276c95182e5f43e995d6fb4123293 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 11 Apr 2022 16:55:08 -0300 Subject: Makefile: s/publish/deploy/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04ed9c8..784c32f 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ clean: public: $(derived-assets) jekyll build -publish: all +deploy: all rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete run: all -- cgit v1.2.3