aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-29 18:07:43 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-29 18:07:43 +0300
commit3ac1931b7d45dc489bad254347954f81d4012c43 (patch)
tree1fffc552727c67f7a8a9ce444ccf4482af84f3eb
parent2ffb4215645b463e9755d9663c100728fe0ebb57 (diff)
UPD 2024-11-29
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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: