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