From 07792bbc996d35d31d48f5d5cb59f9e612acddb5 Mon Sep 17 00:00:00 2001 From: masq Date: Sun, 17 Aug 2025 22:05:13 +0200 Subject: [PATCH] [makefile] make prod pushed to www --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cb0381..97ebe51 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ publish: "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS) && cd theme && make prod: - ssh www-git@www.freepinc.dev "cd m34f.ptrs.top && git pull --recurse-submodules=yes && make publish" + git push www && ssh www-git@www.freepinc.dev "cd m34f.ptrs.top && git pull --recurse-submodules=yes && make publish" .PHONY: html help clean regenerate serve serve-global devserver devserver-global publish