diff --git a/Makefile b/Makefile index 538d63a..da05a4a 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ publish: rm -r output && "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS) && cd theme && make prod: - git push www && ssh -A 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 && source ~/.profile && make publish" .PHONY: html help clean regenerate serve serve-global devserver devserver-global publish