diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-29 18:07:43 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-29 18:07:43 +0300 |
commit | 3ac1931b7d45dc489bad254347954f81d4012c43 (patch) | |
tree | 1fffc552727c67f7a8a9ce444ccf4482af84f3eb | |
parent | 2ffb4215645b463e9755d9663c100728fe0ebb57 (diff) |
UPD 2024-11-29
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |