From cff6b20b5d9b97f8e81e9f115362cb8b06e83260 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 19 Jul 2024 16:33:48 +0200 Subject: Add `publish-all` target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0d60cb7..83fe1ae 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,5 @@ publish: publish-http: rsync -avh ./build/ hozyro-srv:/var/www/hozyro --delete + +publish-all: publish publish-http -- cgit v1.2.3