From 865273b6cc901f70e4e4955743e48ee08c5a491b Mon Sep 17 00:00:00 2001 From: masq Date: Sun, 17 Aug 2025 22:05:57 +0200 Subject: [PATCH] [makefile] we need ssh-agent --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97ebe51..82b89e6 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ publish: "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS) && cd theme && make prod: - git push www && ssh www-git@www.freepinc.dev "cd m34f.ptrs.top && git pull --recurse-submodules=yes && make publish" + git push www && ssh -A 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