From 3ac1931b7d45dc489bad254347954f81d4012c43 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 29 Nov 2024 18:07:43 +0300 Subject: [PATCH] UPD 2024-11-29 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f462cff..a85c6b5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ .PHONY: deploy deploy: + git add . + git ci -m "UPD $(shell date '+%Y-%m-%d')" + git push hugo --gc && rsync -avz --delete public/ neonxp@neonxp.ru:/var/www/neonxp.ru post: