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: