From 940af50d96e9a7916674d237dec53738ab776103 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 2 Jan 2025 23:16:38 +0300 Subject: Auto-commit 2025-01-02 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 911adf8..dd43c84 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ deploy: git add . git ci -m "Auto-commit $(shell date '+%Y-%m-%d')" git push + rm -rf public + python3 create_adoc.py hugo --gc --noBuildLock rsync -avz --delete public/ neonxp@192.168.50.30:/var/www/neonxp.ru -- cgit v1.2.3