From 3c25d83f724413c06be0f5dd588a8450d1474e10 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 1 May 2023 10:53:12 +0200 Subject: [PATCH] Improve site makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5860821..55c2887 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ site: - ./makesite.py + git pull + makesite + systemctl reload nginx site_local: ./makesite.py --params params-local.json